Skip to content
Snippets Groups Projects
Commit 4aa87b89 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Make copy process symlink also output

parent 42359792
1 merge request!12Develop
......@@ -8,7 +8,7 @@ params.run = "TRUE"
process copy {
publishDir "$baseDir/output/", mode: 'copy'
publishDir "$baseDir/output/", mode: 'symlink'
input:
......@@ -22,6 +22,6 @@ process copy {
script:
"""
cp -r /project/shared/bicf_workflow_ref/tcga_shiny_app_data/* .
ln -s /project/shared/bicf_workflow_ref/tcga_shiny_app_data/* .
"""
}
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