ccagc / QDNAseq

QDNAseq package for Bioconductor
47 stars 27 forks source link

QDNAseq support for .cram files #43

Closed matthdsm closed 6 years ago

matthdsm commented 7 years ago

Hi,

Is there any support for .cram files (compressed bam) on the roadmap? Or is there a workaround that doesn't require file conversion?

Thanks M

ilarischeinin commented 7 years ago

QDNAseq reads bam files via Rsamtools, which is another package in the Bioconductor suite. If that package adds support for cram files, QDNAseq will also be able to read them, with either no or with very minimal changes.

Of course it could be possible to implement the feature directly in QDNAseq, but a Bioconductor-wide support would probably be the best option.