Skip to content

Commit

Permalink
Update freyja to 1.5.0-04_09_2024-00-44-2024-04-09
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Apr 9, 2024
1 parent 5307cbb commit 8d81d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/freyja.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process freyja_variants {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02'
container 'staphb/freyja:1.5.0-04_09_2024-00-44-2024-04-09'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -53,7 +53,7 @@ process freyja_demix {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02'
container 'staphb/freyja:1.5.0-04_09_2024-00-44-2024-04-09'


//#UPHLICA maxForks 10
Expand Down Expand Up @@ -105,7 +105,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir path: params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/freyja:1.5.0-04_02_2024-00-47-2024-04-02'
container 'staphb/freyja:1.5.0-04_09_2024-00-44-2024-04-09'

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

0 comments on commit 8d81d8d

Please sign in to comment.