Changes

From Genome Analysis Wiki
Jump to navigationJump to search
No change in size ,  12:21, 5 October 2012
Line 120: Line 120:  
  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
 
** 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
+
  samtools-hybrid view -bh chr1.bam 1:0 |samtools-hybrid calmd -Abr - human.v37.fa 2> /dev/null | bam clipOverlap --in -.bam --out -.ubam| 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