Merging unaligned bam files
I have two WGBS unaligned bam files (fastq files stored as unaligned bam). I am wondering can I merge those files? Does samtools merge works for unaligned bams?
Thanks
• 2,349 views
•
link
1 answer
merge combines data while respecting sort order, but as you do not have any you can simply concatenate them with samtools cat.
• 0 views
•
link
Log in to answer this question.
What is wrong with samtools cat?