Skip to content

Commit

Permalink
Update to version 1.4.7-2023-10-24
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Oct 24, 2023
1 parent 0c26a73 commit e4a7c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/freyja.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process freyja {
label "process_medium"
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-10-17'
container 'quay.io/uphl/freyja:1.4.7-2023-10-24'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -57,7 +57,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-10-17'
container 'quay.io/uphl/freyja:1.4.7-2023-10-24'

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

0 comments on commit e4a7c6c

Please sign in to comment.