Changes

From Genome Analysis Wiki
Jump to navigationJump to search
271 bytes added ,  12:20, 5 October 2012
Line 119: Line 119:  
** Generate BAQ adjusted GLF files using the following command
 
** Generate BAQ adjusted GLF files using the following command
 
  samtools-hybrid view -bh chr1.bam 1:0 | samtools-hybrid calmd -Abr - human.v37.fa 2> /dev/null | samtools-hybrid pileup - -g -f human.v37.fa > chr1.bam.glf
 
  samtools-hybrid view -bh chr1.bam 1:0 | samtools-hybrid calmd -Abr - human.v37.fa 2> /dev/null | samtools-hybrid pileup - -g -f human.v37.fa > chr1.bam.glf
 +
** If you want to clip overlapping reads, you can add clipOverlap command
 +
samtools-hybrid view -bh chr1.bam 1:0 |bam clipOverlap --in -.bam --out -.ubam| samtools-hybrid calmd -Abr - human.v37.fa 2> /dev/null | samtools-hybrid pileup - -g -f human.v37.fa > chr1.bam.glf
 
* For other functionalities please refer to the  [[http://samtools.sourceforge.net/ samtools]] website.
 
* For other functionalities please refer to the  [[http://samtools.sourceforge.net/ samtools]] website.
  
15

edits

Navigation menu