Changes between Version 32 and Version 33 of SOPs/miningSAMBAM
- Timestamp:
- 02/11/16 14:23:38 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v32 v33 20 20 {{{ 21 21 # Sort BAM file (where ".bam" is added to "foo.sorted") 22 samtools sort foo.bam > foo.sorted.bam22 samtools sort foo.bam -T foo > foo.sorted.bam 23 23 }}} 24 24 {{{