Skip to content

Commit

Permalink
Update nextclade to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Jan 30, 2024
1 parent 23985eb commit 4ec9848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nextclade.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process nextclade_dataset {
tag "Downloading NextClade Dataset"
label "process_medium"
publishDir "${params.outdir}", mode: 'copy'
container 'nextstrain/nextclade:3.0.0'
container 'nextstrain/nextclade:3.0.1'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -38,7 +38,7 @@ process nextclade {
tag "Clade Determination"
label "process_medium"
publishDir "${params.outdir}", mode: 'copy'
container 'nextstrain/nextclade:3.0.0'
container 'nextstrain/nextclade:3.0.1'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down

0 comments on commit 4ec9848

Please sign in to comment.