quinlan-lab / pathoscore

pathoscore evaluates variant pathogenicity tools and scores.
MIT License
21 stars 8 forks source link

make.sh and readme.md for DANN scoring #42

Closed davemcg closed 6 years ago

davemcg commented 6 years ago

DANN is CADD - but with neural networks. They claim 19% reduced error rate over CADD. The annotation file is about as large as CADD, so it will slow down vcfanno speed substantially over less dense annotations.

brentp commented 6 years ago

thanks for the updated PR. sorry for the nitpick, but could you add set -e to the to top of make.sh?

davemcg commented 6 years ago

Your repo, your rules