From this link:
For a 4.25 GB ATAC Sam file, it ran for 30 hours.
Well, this even more should motivate you to use a more recent peak caller. For ATAC-seq, I typically use MACS2:
macs2 callpeak -t file.bam -n samplename --nomodel -f BAMPE
It assumes that your file is paired-end.
• 0 views
•
link
What is native bowtie format? Do you have a reference? If you are referring to the alignments written by
bowtiethen they are in SAM format, which is a standard.Thanks for the replies, now I understand.
Just out of curiosity, why do you want to use an almost 10-year old peak caller?