I mapped 30 pair end reads file separately to the genome. now please suggest how to merge these 30 mapped bam files to generate single bam file to do genome guided assembly.
I mapped 30 pair end reads file separately to the genome. now please suggest how to merge these 30 mapped bam files to generate single bam file to do genome guided assembly.
Hello,
samtools merge can do this.
fin swimmer
This question could have been solved easily by reading the samtools specifications. Searching google for 'samtools merge' brought me on this page on which the answer is rapidly found in the paragraph discussing samtools merge. Please first try to find a solution on your own before asking questions.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
This question could have been solved easily by a quick google search e.g. searching for 'merge bam files'. Please first try to find a solution on your own before asking questions.