Skip to content

Commit

Permalink
Merge pull request #385 from nf-core/gene_count
Browse files Browse the repository at this point in the history
add gene count by default
  • Loading branch information
rannick authored Aug 28, 2023
2 parents f984630 + 68a9fe1 commit d9f8229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ process {
--alignInsertionFlush Right \
--alignSplicedMateMapLminOverLmate 0 \
--alignSplicedMateMapLmin 30 \
--chimOutType Junctions'
--chimOutType Junctions \
--quantMode GeneCounts'
}

withName: STAR_GENOMEGENERATE {
Expand Down

0 comments on commit d9f8229

Please sign in to comment.