Skip to content

Commit

Permalink
Fix --output_dir used only for Compute_Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoulin91 authored Jun 15, 2021
1 parent 789be4c commit 2f76895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ params {
b_thr=40
}

if(params.output_dir) {
process.publishDir = {"$params.output_dir/$sid/$task.process"}
}

singularity.autoMounts=true

0 comments on commit 2f76895

Please sign in to comment.