Skip to content
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

error converting VCF to varmap #8

Open
fac2003 opened this issue May 25, 2017 · 0 comments
Open

error converting VCF to varmap #8

fac2003 opened this issue May 25, 2017 · 0 comments

Comments

@fac2003
Copy link
Member

fac2003 commented May 25, 2017

Got this error on a VCF file. At the very least the error should show the line position causing the error. At the moment it is impossible to diagnose the source of the problem.
Exception in thread "main" java.lang.InternalError: indel must either be an insertionInRead or a deletion
at org.campagnelab.goby.algorithmic.algorithm.EquivalentIndelRegionCalculator.insertionInRead(EquivalentIndelRegionCalculator.java:279)
at org.campagnelab.goby.algorithmic.algorithm.EquivalentIndelRegionCalculator.determine(EquivalentIndelRegionCalculator.java:152)
at org.campagnelab.goby.util.VariantMapCreator.realign(VariantMapCreator.java:121)
at org.campagnelab.goby.util.VariantMapCreator.addVariant(VariantMapCreator.java:55)
at org.campagnelab.goby.modes.VCFToGenotypeMapMode.execute(VCFToGenotypeMapMode.java:226)
at org.campagnelab.goby.modes.GenericToolsDriver.execute(GenericToolsDriver.java:214)
at org.campagnelab.goby.modes.GobyDriver.main(GobyDriver.java:56)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant