atks / vt

A tool set for short variant discovery in genetic sequence data.
http://genome.sph.umich.edu/wiki/vt
MIT License
192 stars 3 forks source link

Fix for REF vs FASTA case mismatch issue #46 #104

Open travc opened 4 years ago

travc commented 4 years ago

Mixed case FASTA and upper case REF still causes mismatch/skipping.

This was mentioned in issue #46 at the end (after closing), and @lbeltrame provided a simple diff to fix it. Since it seems to have fallen off the radar, here is a new pull request with their fix.

BTW: Using the -n option is not a viable fix, since it skips and also produces lots of pointless warnings.