-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCF - Mismatch AS/SP in headers doesn't fall back #62
Comments
Looks like the The alternative is to alter cgpVcf, passing options to ignore species/build mismatches (behaviour should only change when they are defined). But if checksum is absent in one-input that should pass, if it's present in both it should fail if a mismatch. @sb43 what are your thoughts? Caveman doesn't use the function in cgpVcf |
@keiranmraine I think modifying cgpVCF is ideal option, I will look into it. |
As discussed with @keiranmraine adding separate functions to compare length & name and assembly & species will be added to pindel code base. |
Fixed in v3.0.6 |
If the BAM headers are mismatched for AS/SP a warning should be emitted and fall back to command line option accepted as a resolution.
The text was updated successfully, but these errors were encountered: