We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c522fc5 commit 391c0b7Copy full SHA for 391c0b7
Snakefile
@@ -1046,13 +1046,13 @@ rule star_map_mel:
1046
shell: """{module}; module load STAR
1047
STAR --parametersFiles Parameters/STAR_params.in \
1048
--genomeDir {input.genomedir} \
1049
- --outFileNamePrefix {wildcards.sample}/ \
+ --outFileNamePrefix {wildcards.sample}/mel \
1050
--outSAMattributes MD NH \
1051
--outSAMtype BAM SortedByCoordinate \
1052
--clip5pNbases 6 \
1053
--readFilesIn {params.r1s} {params.r2s}
1054
- if [ -s {wildcards.sample}/Aligned.sortedByCoord.out.bam ]; then
1055
- mv {wildcards.sample}/Aligned.sortedByCoord.out.bam {output};
+ if [ -s {wildcards.sample}/melAligned.sortedByCoord.out.bam ]; then
+ mv {wildcards.sample}/melAligned.sortedByCoord.out.bam {output};
1056
fi
1057
"""
1058
0 commit comments