nf-core / eager

A fully reproducible and state-of-the-art ancient DNA analysis pipeline
https://nf-co.re/eager
MIT License
143 stars 80 forks source link

CRAM Output support #181

Open apeltzer opened 5 years ago

apeltzer commented 5 years ago

We should have the possibility to output CRAM files

apeltzer commented 5 years ago

Issues with this:

jfy133 commented 4 years ago

@apeltzer I think it makes more sense to close this until fixed upstream ;) and we get more requests. Thoughts?

apeltzer commented 4 years ago

Maybe - damageprofiler though can do cram now :)

jfy133 commented 2 years ago

Review of our tools that accepts CRAM format:

So actually I guess most tools accept it, or at least there is a possible workaround...

The main blockers I would think are DeDup/MTNucRatio/UnifiedGenotyper

BamUtils I'm 99% we can find a different tool to do it for us.

jfy133 commented 2 years ago

Ping @apeltzer for DeDup/MTNucRatio ;)

apeltzer commented 2 years ago

Yeah supported, worst case I just bump the library used and it should work almost out of the box.

jfy133 commented 2 years ago