Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 4, 2018
1 parent 0529318 commit afe9eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
createTimeout = 60

params {

}

env {
path_bin = $workflow.projectDir/bin
path_env = $workflow.projectDir/masterenv.yml
Expand Down
2 changes: 2 additions & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe9eb2

Please sign in to comment.