Skip to content

Commit

Permalink
updated container
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Apr 13, 2023
1 parent 798051c commit b8b0a67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/amrfinderplus.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process amrfinderplus {
tag "${sample}"
label "medcpus"
publishDir params.outdir, mode: 'copy'
container 'staphb/ncbi-amrfinderplus:3.11.4-2023-02-23.1'
container 'staphb/ncbi-amrfinderplus:3.11.8-2023-02-23.1'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA cpus 7
Expand Down
4 changes: 2 additions & 2 deletions modules/datasets.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process datasets_summary {
tag "${taxon}"
publishDir params.outdir, mode: 'copy'
container 'staphb/ncbi-datasets:14.13.2'
container 'staphb/ncbi-datasets:14.20.0'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
Expand Down Expand Up @@ -43,7 +43,7 @@ process datasets_download {
// because there's no way to specify threads
label "medcpus"
publishDir params.outdir, mode: 'copy'
container 'staphb/ncbi-datasets:14.7.0'
container 'staphb/ncbi-datasets:14.20.0'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
Expand Down
2 changes: 1 addition & 1 deletion modules/fastqc.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process fastqc {
tag "${sample}"
publishDir params.outdir, mode: 'copy'
container 'staphb/fastqc:0.11.9'
container 'staphb/fastqc:0.12.1'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
Expand Down

0 comments on commit b8b0a67

Please sign in to comment.