Skip to content

Commit

Permalink
Merge pull request #126 from openvax/save-unmapped-rna
Browse files Browse the repository at this point in the history
Add argument to STAR to save unmapped RNA reads
  • Loading branch information
julia326 authored Nov 27, 2018
2 parents 0a98819 + 53cd042 commit 6ad6d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 2 additions & 0 deletions pipeline/rna.rules
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if _rna_exists():
"--outSAMstrandField intronMotif "
"--outSAMattributes NH HI NM MD "
"--outSAMmapqUnique 60 "
"--outSAMunmapped Within "
"--outFilterIntronMotifs RemoveNoncanonical "
"--outSAMattrRGline ID:{wildcards.prefix} SM:'{params.rg_sm}' "
"--outFileNamePrefix {params.output_dir}/{wildcards.prefix} "
Expand Down Expand Up @@ -77,6 +78,7 @@ if _rna_exists():
"--outSAMstrandField intronMotif "
"--outSAMattributes NH HI NM MD "
"--outSAMmapqUnique 60 "
"--outSAMunmapped Within "
"--outFilterIntronMotifs RemoveNoncanonical "
"--outSAMattrRGline ID:{wildcards.prefix} SM:'{params.rg_sm}' "
"--outFileNamePrefix {params.output_dir}/{wildcards.prefix} "
Expand Down

0 comments on commit 6ad6d8d

Please sign in to comment.