Skip to content

Commit

Permalink
Fix strand assignment for R1 and paired alignment rules
Browse files Browse the repository at this point in the history
Change results in correct gene assignment (GX/GN tags) by STARsolo but does not impact featureCounts of bed generation downstream.
  • Loading branch information
agillen authored Feb 15, 2024
1 parent 1f0356f commit b131023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/cutadapt_star.snake
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ rule starsolo_R1:
--runThreadN 12 \
--soloCBwhitelist {params.chemistry} \
--soloBarcodeMate 1 \
--soloStrand Reverse \
--outFilterMultimapNmax 1 \
--outFilterMismatchNmax 999 \
--outFilterMismatchNoverReadLmax 0.2 \
Expand Down Expand Up @@ -241,6 +242,7 @@ rule starsolo_paired:
--soloCBwhitelist {params.chemistry} \
{params.star_args_paired} \
--soloBarcodeMate 1 \
--soloStrand Reverse \
--outFilterMultimapNmax 1 \
--outFilterMismatchNmax 999 \
--outFilterMismatchNoverReadLmax 0.2 \
Expand Down

0 comments on commit b131023

Please sign in to comment.