Skip to content

Conversation

@ASLeonard
Copy link

Hi,
I'm not sure what triggers this if/else condition as I've used Jasmine for many other VCFs without issue, but this line will trivally cause a crash as "SUPP" is not an integer.
 

varCallsCount = Integer.parseInt("SUPP");

 
Other lines in the file have 

Integer.parseInt(entry.getInfo("SUPP"));

 
and replacing the issue on L407 with that fixes this problem.

I'll still test this on some old datasets to make sure there are no unintended consequences, but should be harmless.
 
Best,
Alex

@YannLeGuen
Copy link

This would probably solve the following issue #58

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

Successfully merging this pull request may close these issues.

2 participants