-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
executable file
·61 lines (54 loc) · 1.22 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
package:
name: ypkpathway
version: {{ environ.get('GIT_DESCRIBE_TAG', 'default') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
include_recipe: False
script: python setup.py install --single-version-externally-managed --record=record.txt
source:
git_url: .
requirements:
build:
- python
- versioneer
- pytest
- pytest-runner
- ipython
- nbformat
- nbconvert
- pydna
- docopt
- notedown
- pyqt
run:
- python
- ipython
- nbformat
- pytest-runner
- nbconvert
- pydna
- docopt
- notedown
- pyqt
#test:
# requires:
# - pytest
# - pytest-runner
# imports:
# - ypkpathway
# source_files:
# - tests
# - ypkpathway
entry_points:
- ypkpathway = ypkpathway.gui:main
- ypkpathway_cli = ypkpathway.ypkpathway:main
about:
home: https://github.com/BjornFJohansson/ypkpathway
license: BSD
summary: Planning of metabolic pathway assembly using the ypkpathway protocol.
app:
entry: ypkpathway
#icon: icon.png
summary: Planning of metabolic pathway assembly using the ypkpathway protocol.
type: desk
own_environment: true