Changes between Version 11 and Version 12 of SOPs/qc_shortReads


Ignore:
Timestamp:
12/03/13 11:07:32 (11 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/qc_shortReads

    v11 v12  
    5656}}}
    5757
    58 Method 2: Calculate insert sizes with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net )
     58Method 2: Calculate insert sizes with CollectInsertSizeMetrics function from picard (http://picard.sourceforge.net).  This is also a good approximation for RNA samples.
    5959{{{
    6060   #
    61    # I=File    Input SAM or BAM file.  Required.
    62    # O=File    File to write the output to.  Required
    63    # R=File    Reference sequence fasta
    64    # H=File    File to write insert size histogram chart to  Required.
    65    # output: CollectInsertSizeMetrics.txt: values for -r and --mate-std-dev cna be found in this text file
    66    #         CollectInsertSizeMetrics_hist.pdf: graphic representation of the insert
    67 bsub java -jar  /usr/local/share/picard-tools/CollectInsertSizeMetrics.jar I=foo.bam O=CollectInsertSizeMetrics.txt H=CollectInsertSizeMetrics_hist.pdf R=/nfs/genomes/mouse_gp_jul_07_no_random/fasta_whole_genome/mouse_all_no_random.fa
     61   # I=File    Input SAM or BAM file.  (Required)
     62   # O=File    File to write the output to.  (Required)
     63   # H=File    File to write insert size histogram chart to.  (Required)
     64   # output: CollectInsertSizeMetrics.txt: values for -r and --mate-std-dev can be found in this text file
     65   #         CollectInsertSizeMetrics_hist.pdf: insert size histogram (graphic representation)
     66bsub java -jar  /usr/local/share/picard-tools/CollectInsertSizeMetrics.jar I=foo.bam O=CollectInsertSizeMetrics.txt H=CollectInsertSizeMetrics_hist.pdf
    6867}}}
    6968