Changes between Version 9 and Version 10 of SOPs/qc_shortReads


Ignore:
Timestamp:
12/03/13 10:27:21 (11 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/qc_shortReads

    v9 v10  
    5353   hist(distance, breaks=200, col="wheat", main=paste("Insert sizes for", sample.name), xlab="length (nt)")
    5454   dev.off()
     55}}}
     56{{{
     57   # calculate insert size with CollectInsertSizeMetrics function from picard ( http://picard.sourceforge.net )
     58   # I=File    Input SAM or BAM file.  Required.
     59   # O=File    File to write the output to.  Required
     60   # R=File    Reference sequence fasta
     61   # H=File    File to write insert size histogram chart to  Required.
     62   # output: CollectInsertSizeMetrics.txt: values for -r and --mate-std-dev cna be found in this text file
     63   #         CollectInsertSizeMetrics_hist.pdf: graphic representation of the insert
     64bsub 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
    5565}}}
    5666