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

Fix issue #832 #847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue #832 #847

wants to merge 1 commit into from

Conversation

38
Copy link
Contributor

@38 38 commented Jun 5, 2020

Closes issue #832

@@ -187,5 +187,5 @@ CHRPOS SingleLineDelimTextFileReader::getVcfSVlen() {
}
}
// not found
return INT_MIN;
return 1;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as other place in bedtools doesn't handles negative length (which means returning INT_MIN would only causing interger overflow which cause unpredictable bugs rather than anything we expected), I believe return INT_MIN doesn't make sense anyway. Alternatively, we can turn this into an error, but I am not sure if this is actually valid VCF

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.

1 participant