Skip to content

Commit

Permalink
Merge pull request #8 from ppoulin91/patch-1
Browse files Browse the repository at this point in the history
Fix --output_dir used only for Compute_Kernel
  • Loading branch information
GuillaumeTh authored Aug 9, 2021
2 parents 789be4c + 2f76895 commit ef2bcfc
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 ef2bcfc

Please sign in to comment.