Changes

From Genome Analysis Wiki
Jump to navigationJump to search
No change in size ,  16:17, 18 March 2010
no edit summary
Line 21: Line 21:  
In order to extract paired end reads, the BAM file has to be sorted by name, e.g. using samtools. Suppose the BAM file is myinput.bam
 
In order to extract paired end reads, the BAM file has to be sorted by name, e.g. using samtools. Suppose the BAM file is myinput.bam
   −
  samtools sort -n myinput.bam myinout.sortByName.bam
+
  samtools sort -n myinput.bam myinput.sortByName.bam
    
Using sorted bam file to extract paired end fastq files
 
Using sorted bam file to extract paired end fastq files
480

edits

Navigation menu