-
Notifications
You must be signed in to change notification settings - Fork 39
/
meta.yaml
74 lines (67 loc) · 1.34 KB
/
meta.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{% set name = "cosmos-wfm" %}
{% set version = "2.13.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: ebef2381efb9f5045b59d7f928616b917b44c2286417bd61dbc965de688f9f5d
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed . -vv "
requirements:
host:
- blinker
- boto3
- decorator
- drmaa
- flask
- funcsigs
- more-itertools
- networkx >=2.0
- pip
- python
- python-dateutil
- six
- sqlalchemy
run:
- blinker
- boto3
- decorator
- drmaa
- flask
- funcsigs
- more-itertools
- networkx >=2.0
- python
- python-dateutil
- six
- sqlalchemy
test:
imports:
- cosmos
- cosmos.core
- cosmos.core.cmd_fxn
- cosmos.graph
- cosmos.job
- cosmos.job.drm
- cosmos.models
- cosmos.util
- cosmos.web
- cosmos.web.gemon
- docs
- docs.source
- docs.source._static
- docs.source._static.imgs
about:
home: "https://mizzou-cbmi.github.io/"
license: "GNU General Public v3 (GPLv3)"
license_family: GPL3
license_file:
summary: "Workflow Management System"
doc_url:
dev_url:
extra:
recipe-maintainers:
- your-github-id-here