diff --git a/nextflow.config b/nextflow.config index 6f44ba3..2e84338 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,9 +1,5 @@ createTimeout = 60 -params { - -} - env { path_bin = $workflow.projectDir/bin path_env = $workflow.projectDir/masterenv.yml diff --git a/pipeline.nf b/pipeline.nf index a8e15dc..d8e2669 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -12,6 +12,8 @@ process footprint_extraction { conda "${path_env}" tag{name} + publishDir '${out}', mode: 'copy', pattern: '*.bed' + publishDir '/mnt/agnerds/Rene.Wiegandt/log', mode: 'copy', pattern: '*.log' input: set name, file (bigWig), file (bed) from footprint_in