Skip to content

Commit

Permalink
keeping unmapped reads
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacozzuto committed Jun 21, 2019
1 parent f28c895 commit 9a9d2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/NGSaligner.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
STAR --genomeDir ${this.index} \
--readFilesIn ${this.reads} \
\$gzipped \
--outSAMunmapped None \
--outSAMtype BAM SortedByCoordinate \
--runThreadN ${this.cpus} \
--quantMode GeneCounts \
Expand Down

0 comments on commit 9a9d2d6

Please sign in to comment.