epi2me-labs/modbam2bed

how to deal with many bam files

Closed this issue · 2 comments

Hello,

Thanks for this very useful tool !

I should I proceed if I have many (e.g. 308) bam files ? It will be complicated to put them all in a command line. Should I merge them first ?

Aline

cjw85 commented

Running a samtools merge will be notionally equivalent to providing modbam2bed all of the files at once. Take your pick! 😄

Thanks, it should be fast to choose :)