We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a7ff2 commit 921d40eCopy full SHA for 921d40e
RNAseq/Workflow_Documentation/NF_RCP/workflow_code/modules/align_star.nf
@@ -49,9 +49,9 @@ process ALIGN_STAR {
49
else
50
mv "${ meta.id }/${ meta.id }_Unmapped.out.mate1" "${ meta.id }/${ meta.id }_unmapped.fastq"
51
fi
52
- gzip ${ meta.id }/${ meta.id }_*_unmapped.fastq
+ gzip ${ meta.id }/${ meta.id }*_unmapped.fastq
53
54
echo '"${task.process}":' > versions.yml
55
echo " star: \$(STAR --version | sed 's/STAR_//')" >> versions.yml
56
"""
57
-}
+}
0 commit comments