Skip to content

Commit

Permalink
Update artic to 1.2.4-1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Oct 24, 2023
1 parent e4a7c6c commit fdb4841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/artic.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process artic {
tag "${sample}"
label "process_high"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/artic:1.2.4-1.9.4-1'
container 'quay.io/uphl/artic:1.2.4-1.11.1'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -61,7 +61,7 @@ process artic {
process artic_read_filtering {
tag "${sample}"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/artic:1.2.4-1.9.4-1'
container 'quay.io/uphl/artic:1.2.4-1.11.1'
label "process_single"

//#UPHLICA maxForks 10
Expand Down

0 comments on commit fdb4841

Please sign in to comment.