Skip to content

Commit

Permalink
Update tmle.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle authored Nov 3, 2022
1 parent 3683d74 commit dff8a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmle.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def longest_prefix(files){
}

process TMLE {
container "olivierlabayle/targeted-estimation:0.2.0"
container "olivierlabayle/targeted-estimation:0.2.1"
publishDir "$params.OUTDIR/summaries", mode: 'symlink', pattern: "*.csv"
publishDir "$params.OUTDIR/hdf5files", mode: 'symlink', pattern: "*.hdf5"
label "bigmem"
Expand Down

0 comments on commit dff8a33

Please sign in to comment.