Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Jan 25, 2024
1 parent cdc166f commit 4e5a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequence_processing_pipeline/templates/nuqc_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function mux-runner () {
--out1 ${r1_filt} \
--out2 ${r2_filt}

# multiplex and write adapter store adapter filtered data all at once
# multiplex and write adapter filtered data all at once
cat ${r1_filt} | \
sed -r "1~4s/^@(.*)/@${i}${delimiter}\1/" \
>> ${seqs_r1} &
Expand Down

0 comments on commit 4e5a1b3

Please sign in to comment.