-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmeta.yaml
More file actions
45 lines (39 loc) · 952 Bytes
/
meta.yaml
File metadata and controls
45 lines (39 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{% set version = "2.2.1" %}
package:
name: cando
version: {{ version }}
source:
git_url: "https://github.com/ram-compbio/CANDO.git"
git_rev: v{{ version }}
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- rdkit
- openbabel
- numpy
- pandas
- scikit-learn
- matplotlib
- requests
- progressbar2
- coverage
test:
imports:
- cando
requires:
- cando
about:
home: http://compbio.org/protinfo/cando
summary: "Computational Analysis of Novel Drug Opportunities"
description: "A unique computational drug discovery, design, and repurposing platform."
dev_url: https://github.com/ram-compbio/CANDO.git
doc_url: http://compbio.org/protinfo/cando/docs/CANDO-v{{ version }}.pdf
license: BSD-3-Clause
license_file: LICENSE.md