ultimatesource / denovogear

A program to detect denovo-variants using next-generation sequencing data.
http://www.nature.com/nmeth/journal/v10/n10/full/nmeth.2611.html
GNU General Public License v3.0
49 stars 25 forks source link

Move BAM support from call to pileup. #274

Open reedacartwright opened 6 years ago

reedacartwright commented 6 years ago

In #272, support for AD files was removed from DNG and dng pileup was removed. We can continue to streamline dng call by removing support for BAM from it. However, our pileup code may still be useful, so we can move to a dng pileup command that generates a vcf with AD, PL, DP, etc. tags.

Possible Tasks