Skip to content

Commit

Permalink
Update meta.yaml (#23131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Jul 11, 2020
1 parent f0313c1 commit 45b0ef5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipes/antismash/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: {{ version }}

build:
number: 1
number: 2
noarch: python

source:
Expand All @@ -30,19 +30,22 @@ requirements:
- matplotlib-base
- scipy
- scikit-learn >=0.19
- diamond ==0.9.*
- fasttree ==2.1.*
- diamond 0.9.*
- fasttree 2.1.*
- glimmerhmm ==3.0.*
- hmmer2
- hmmer ==3.1b2
- meme <=4.11.2
- muscle ==3.8.*
- blast ==2.2.*
- muscle 3.8.*
- blast
- prodigal

test:
commands:
- antismash -h
- blastp -help
- fasttree -help
- diamond --help 2>&1 > /dev/null

about:
home: https://docs.antismash.secondarymetabolites.org/intro/
Expand Down

0 comments on commit 45b0ef5

Please sign in to comment.