Skip to content

Commit

Permalink
Update freyja.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Aug 6, 2024
1 parent 4f135ef commit ecc64fc
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 @@ -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.1-07_02_2024-01-27-2024-07-26'
container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-08-01'


//#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.1-07_02_2024-01-27-2024-07-26'
container 'staphb/freyja:1.5.1-07_02_2024-01-27-2024-08-01'

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

0 comments on commit ecc64fc

Please sign in to comment.