We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507275a commit bce602fCopy full SHA for bce602f
3 files changed
envs/pynteny-dev.yml
@@ -10,7 +10,7 @@ dependencies:
10
- hmmer >= 3.3
11
- prodigal >= 2.6
12
- pyfastx >=0.8
13
- - biopython >= 1.8
+ - biopython >= 1.8y
14
- numpy
15
- pandas
16
- seqkit
src/conda/conda_build_config.yaml
@@ -0,0 +1,2 @@
1
+numpy:
2
+ - 1.16
src/conda/meta.yaml
@@ -17,20 +17,21 @@ build:
17
requirements:
18
build:
19
- {{ compiler('c') }}
20
+ - {{ compiler('cxx') }}
21
host:
- - python >=3.8
22
+ - python
23
- poetry
24
- pip
25
run:
26
- - hmmer >=3.3
27
- - prodigal >=2.6
28
- - pyfastx >=0.8
29
- - biopython >=1.8
+ - hmmer
+ - prodigal
+ - pyfastx
30
+ - biopython
31
32
33
- - psutil >=5.9
34
+ - psutil
35
- requests
36
- tqdm
37
0 commit comments