Skip to content
Snippets Groups Projects
Commit 6fb093a2 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Merge branch 'develop' into 'master'

Fix copy process output

See merge request !5
parents 8964a995 9de569c6
2 merge requests!11Master,!5Fix copy process output
Pipeline #3477 passed with stage
in 1 second
......@@ -8,7 +8,7 @@ params.run = "TRUE"
process copy {
publishDir "$baseDir/output", mode: 'copy'
publishDir "$baseDir/../", mode: 'copy'
input:
......@@ -16,8 +16,8 @@ process copy {
output:
file("**/Clinical/**") into outPathClinical
file("**/Expression/**") into outPathExpression
file("Clinical/**") into outPathClinical
file("Expression/**") into outPathExpression
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment