Skip to content

Commit

Permalink
Updated heatcluster to 1.0.2-2023-12-19
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 19, 2023
1 parent a57059e commit 871aabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/heatcluster.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process heatcluster {
tag "HeatCluster"
publishDir params.outdir, mode: 'copy'
container 'quay.io/uphl/heatcluster:0.4.13-2023-12-05'
container 'quay.io/uphl/heatcluster:1.0.2-2023-12-19'
maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-medium'
Expand Down

0 comments on commit 871aabd

Please sign in to comment.