Skip to content

Commit cb37209

Browse files
agillenCopilot
andauthored
Update rules/cutadapt_star.snake
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7eeabc9 commit cb37209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cutadapt_star.snake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ rule cutadapt_paired:
127127
=(cat $(echo {input} | sed 's/_R1/_R2/g'))
128128
else
129129
echo "removing internal seq..."
130-
cutadapt --discard-untrimmed --info-file {params.info} -o /dev/null -p {params.temp2} -g {params.bc_cut} {input} =(cat $(echo {input} | sed 's/_R1/_R2/g'))
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'))
131131
echo "stitching R1 FASTQ back together..."
132132
if [ -z {params.bc_length1} ];
133133
then

0 commit comments

Comments
 (0)