Changes between Version 8 and Version 9 of SOPs/miningSAMBAM
- Timestamp:
- 04/17/14 11:09:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v8 v9 84 84 samtools view -b accepted_hits.bam |samtools fillmd -e - /nfs/genomes/mouse_mm10_dec_11_no_random/fasta_whole_genome/mm10.fa|more 85 85 }}} 86 87 88 === Use QualiMap to get (visual) summary of mapping eg. coverage/distribution === 89 {{{ 90 Graphical interface: enter 'qualimap' on the command line 91 92 Command line: 93 qualimap bamqc -bam myFile.bam -outdir output_qualimap 94 }}}