Skip to content

Commit

Permalink
Merge pull request #50 from rmcolq/main
Browse files Browse the repository at this point in the history
bump version of kraken2-server
  • Loading branch information
rmcolq authored Jan 23, 2024
2 parents c8c7523 + e8c728f commit 0521d10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/kraken2-server/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- bioconda
- conda-forge
- defaults
- epi2melabs
- nanoporetech
dependencies:
- kraken2-server # not on mac
- kraken2-server>=0.1.8 # not on mac
2 changes: 1 addition & 1 deletion dockerfiles/scylla/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pysam
- pip
- kraken2
- kraken2-server # not on mac
- kraken2-server>=0.1.8 # not on mac
- fastcat
- taxonkit
- fastp
Expand Down
2 changes: 1 addition & 1 deletion modules/kraken_client.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process kraken2_client {
label "error_retry"
maxForks kraken_compute

conda "nanoporetech::kraken2-server=0.1.7"
conda "nanoporetech::kraken2-server=0.1.8"
container "${params.wf.container}:${params.wf.container_version}"
containerOptions {workflow.profile != "singularity" ? "--network host" : ""}

Expand Down
2 changes: 1 addition & 1 deletion modules/kraken_server.nf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ process kraken_server {

process stop_kraken_server {
label "process_single"
conda "nanoporetech::kraken2-server=0.1.7"
conda "nanoporetech::kraken2-server=0.1.8"
container "${params.wf.container}:${params.wf.container_version}"
containerOptions {workflow.profile != "singularity" ? "--network host" : ""}
// this shouldn't happen, but we'll keep retrying
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ manifest {
description = 'Classify metagenomic sequence data from human respiratory infections.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v1.0.0'
version = 'v1.1.2'
}

profiles {
Expand Down

0 comments on commit 0521d10

Please sign in to comment.