Changes between Version 32 and Version 33 of SOPs/miningSAMBAM


Ignore:
Timestamp:
02/11/16 14:23:38 (9 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/miningSAMBAM

    v32 v33  
    2020{{{
    2121# Sort BAM file (where ".bam" is added to "foo.sorted")
    22 samtools sort foo.bam > foo.sorted.bam
     22samtools sort foo.bam -T foo > foo.sorted.bam
    2323}}}
    2424{{{