Skip to content

Commit

Permalink
bioinfo/Samtools: fixed sort wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 10, 2017
1 parent 3c47317 commit be180ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bioinfo/samtools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let sort ?on:order bam =
samtools "sort" [
option (fun o -> flag string "-n" (o = `name)) order ;
dep bam ;
dest ;
opt "-o" Fn.id dest ;
] ;
mv (seq [dest ; string ".bam"]) dest ;
]
Expand Down

0 comments on commit be180ee

Please sign in to comment.