Changes between Version 10 and Version 11 of SOPs/qc_shortReads


Ignore:
Timestamp:
12/03/13 10:38:59 (11 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/qc_shortReads

    v10 v11  
    3939}}}
    4040
     41Method 1: Get insert sizes from BAM file
    4142{{{
    4243   # Using a SAM file (at Unix command prompt)
     
    5455   dev.off()
    5556}}}
    56 {{{
    57    # calculate insert size with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net )
     57
     58Method 2: Calculate insert sizes with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net )
     59{{{
     60   #
    5861   # I=File    Input SAM or BAM file.  Required.
    5962   # O=File    File to write the output to.  Required