Skip to content

Conversation

@38
Copy link
Contributor

@38 38 commented Jun 5, 2020

Closes issue #832

}
// 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