Skip to content

Commit

Permalink
updated uniq to write to a tmp file first
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreese committed Apr 16, 2015
1 parent 54c4fc7 commit 3f9a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnaseq/star
Expand Up @@ -281,7 +281,7 @@ endif
job.name = "bam-uniq"
job.stack="10M"
%>
ngsutilsj bam-filter --unique-mapping $< $>
ngsutilsj bam-filter --unique-mapping $< $>.tmp && mv $>.tmp $>

%.counts.txt: %.bam %.bam.bai
<%
Expand Down

0 comments on commit 3f9a6b8

Please sign in to comment.