What software tools can merge FASTQs and BAMs (SAMs) separately ?
1
0
Entering edit mode
7.3 years ago
flight22121 ▴ 10

What software tools can merge FASTQs and BAMs (SAMs) separately?

Tried only SAMTools for BAMs

bam fastqs wgs ngs • 1.3k views
ADD COMMENT
0
Entering edit mode

you should be able to cat fastq files together on unix. Since you are working on Windows you may not have an easy native option for cat.
Merging two fastq files
merge large amount of fastq files into a single one

ADD REPLY
0
Entering edit mode

With windows 10 and its bash op could either use cat with that or https://stackoverflow.com/questions/60244/is-there-replacement-for-cat-on-windows .

ADD REPLY
0
Entering edit mode
7.3 years ago
d-cameron ★ 2.9k

Picard tools has a number of tools for merging SAM/BAM/CRAM including MergeSamFiles (samtools merge equivalent) as well as more specialised merging such as MergeBamAlignment and GatherBamFiles.

ADD COMMENT

Login before adding your answer.

Traffic: 1272 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6