kehrlab/PopDel

CRAM support

Closed this issue · 3 comments

Are there plans for cram support?

As a workaround, could a cram be piped into PopDel using samtools?

samtools view -T ref38.fa -b myBam1.cram |popdel profile -

Hi,
actually, there is already an experimental, HTSlib-based, version of PopDel which supports CRAM files.
I am planning to release it very soon.
Your workaround using samtools view piped into PopDel will not work, because PopDel requires the index of the BAM file.
If you are interested in using it before the release, I can send you the source code or a binary.

I just published version 1.3.0 of PopDel with added CRAM support.

Thanks! I will try out the new version.