Thank you very much!
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.
1 answer
If this answer resolved your question you should mark it as "accepted".
After merging all bam file into single bam file using smatools merge. Do I also sort the merge bam file to do genome guided assembly using StingTie?
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.
Log in to answer this question.
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.