Skip to content
Snippets Groups Projects
Commit e38a082d authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix the output directory name.

parent d8c5f740
No related merge requests found
......@@ -104,7 +104,7 @@ process trimReads {
process alignReads {
tag "$sampleId-$replicate"
publishDir "$baseDir/output/{task.process}", mode: 'copy'
publishDir "$baseDir/output/${task.process}", mode: 'copy'
input:
......
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