We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fb0cd commit 8c5abd5Copy full SHA for 8c5abd5
1 file changed
conda-recipes/meta.yaml
@@ -25,13 +25,13 @@ requirements:
25
- setuptools
26
run:
27
- python >=3.9
28
- - conda-forge::mafft # Force conda-forge for better glibc compatibility
29
- - bioconda::trimal # Keep bioconda for specialized tools
30
- - bioconda::iqtree =2.4.0 # Use Iqtree 2.4.0
31
- - conda-forge::numpy >=1.20.0 # Force conda-forge for better compatibility
32
- - conda-forge::biopython >=1.80 # Force conda-forge for better compatibility
33
- - bioconda::minimap2 # EbolaS: map genomes to reference
34
- - bioconda::pal2nal # EbolaS: back-translate protein to codon alignment
+ - conda-forge::mafft
+ - bioconda::trimal
+ - bioconda::iqtree =2.4.0
+ - conda-forge::numpy >=1.20.0
+ - conda-forge::biopython >=1.80
+ - bioconda::minimap2
+ - bioconda::pal2nal
35
36
test:
37
imports:
0 commit comments