-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.yaml
51 lines (43 loc) · 973 Bytes
/
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
package:
name: {{ name }}
version: {{ version }}
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
build:
number: 0
noarch: python
entry_points:
- selenoprofiles = selenoprofiles4.selenoprofiles4:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.12, <3.13
run:
- python >=3.12, <3.13
- requests
- bioconda::blast-legacy
- bioconda::wise2
- bioconda::exonerate
- bioconda::mafft
- biopython
- obonet
- gawk
- networkx
- easyterm >=1.0.0
test:
imports:
- {{ name }}
commands:
- selenoprofiles -h
about:
home: "https://github.com/marco-mariotti/{{name}}"
license: MIT
license_family: MIT
license_file:
summary: "https://github.com/marco-mariotti/{{name}}"
doc_url: "https://github.com/marco-mariotti/{{name}}"
dev_url:
extra:
recipe-maintainers:
- marco-mariotti