gcp-variant-transforms
gcp-variant-transforms copied to clipboard
Better communicate reference sequence mismatch, when running variant annotation.
trafficstars
Currently we have --check_ref enabled when running VEP. This generates a list of reference mismatches if the VEP cache used is for a different reference sequence than the one used to create the input VCF.
This information should be communicated clearly to the user, instead of them checking the output files and fishing for such warning messages.
The mismatch variants are also dropped and this needs to be communicated to the user. Also it would be nice to detect the mismatch issue and fail or warn early.
Closing #202 as a duplicate.