Skip to content

Commit

Permalink
Update seqscreen meta.yaml (#51845)
Browse files Browse the repository at this point in the history
* Update meta.yaml 

Updated versions to not be static, nf restrained to DSL1 versions

* Update meta.yaml build version
  • Loading branch information
rdoughty10 authored Oct 31, 2024
1 parent 8076adc commit a99ab47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/seqscreen/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
noarch: generic
number: 0
number: 1
run_exports:
- {{ pin_subpackage("seqscreen", max_pin="x.x") }}
requirements:
Expand All @@ -20,7 +20,7 @@ requirements:
- scikit-learn
- jinja2
- biopython
- nextflow 21.10.6
- nextflow >=22.0.0,<22.11
- blast >=2.10
- diamond >=2.0.15
- centrifuge-core
Expand All @@ -36,10 +36,10 @@ requirements:
- samtools >=1.15.1
- ete3 >=3.1.2
- minimap2 >=2.24
- ncbi-datasets-cli 13.20.1
- ncbi-datasets-cli >=13.20.1
- pandas >=1.4.3
- bwa 0.7.17
- pyfasta 0.5.2
- bwa >=0.7.17
- pyfasta >=0.5.2

test:
commands:
Expand Down

0 comments on commit a99ab47

Please sign in to comment.