| 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) |
| | 66 | bsub java -jar /usr/local/share/picard-tools/CollectInsertSizeMetrics.jar I=foo.bam O=CollectInsertSizeMetrics.txt H=CollectInsertSizeMetrics_hist.pdf |