Skip to content

Commit

Permalink
save unmapped reads
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Sep 25, 2018
1 parent e8243b8 commit 53cd042
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 53cd042

Please sign in to comment.