We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3a7fa commit e5455ddCopy full SHA for e5455dd
rules/cutadapt_star.snake
@@ -129,7 +129,7 @@ rule cutadapt_paired:
129
echo "removing internal seq..."
130
cutadapt --discard-untrimmed --info-file {params.info} -o /dev/null -p {params.temp2} -g {params.bc_cut} =(cat {input}) =(cat $(echo {input} | sed 's/_R1/_R2/g'))
131
echo "stitching R1 FASTQ back together..."
132
- if [ -z {params.bc_length1} ];
+ if [ -z "{params.bc_length1}" ];
133
then
134
python3 inst/scripts/cut_paste_fastq.py -i {params.info} -o {params.temp}
135
else
0 commit comments