Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rkawaguc committed Dec 2, 2016
1 parent b1b8e57 commit f039545
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sam2bam.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#$ -V
#$ -cwd
#S /bin/bash
#
samtools view -Sb Aligned.out.sam>temp.bam
samtools sort temp.bam sorted
rm temp.bam
#end_script

0 comments on commit f039545

Please sign in to comment.