Skip to content

Commit 921d40e

Browse files
authored
Update align_star.nf
fixed underscore typo
1 parent e2a7ff2 commit 921d40e

File tree

1 file changed

+2
-2
lines changed
  • RNAseq/Workflow_Documentation/NF_RCP/workflow_code/modules

1 file changed

+2
-2
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/modules/align_star.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ process ALIGN_STAR {
4949
else
5050
mv "${ meta.id }/${ meta.id }_Unmapped.out.mate1" "${ meta.id }/${ meta.id }_unmapped.fastq"
5151
fi
52-
gzip ${ meta.id }/${ meta.id }_*_unmapped.fastq
52+
gzip ${ meta.id }/${ meta.id }*_unmapped.fastq
5353
5454
echo '"${task.process}":' > versions.yml
5555
echo " star: \$(STAR --version | sed 's/STAR_//')" >> versions.yml
5656
"""
57-
}
57+
}

0 commit comments

Comments
 (0)