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

Partial feature overlap with chr truncate instead of skipping #633

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

Conversation

adlerpriit
Copy link

When the feature end coordinate extends over the chromosome length,
truncate the feature instead of skipping record entirely. Reason to
this is
that bed file can be oblivious to chromosome lengths. Feature start less
than 0 is still illegal.

When the feature end coordinate extends over the chromosome length,
truncate the feature instead of skipping record entirely. Reason to
this is
that bed file can be oblivious to chromosome lengths. Feature start less
than 0 is still illegal.
@arq5x
Copy link
Owner

arq5x commented May 7, 2018

Thank you for making this change. Would you mind adding a new, simple test to https://github.com/arq5x/bedtools2/blob/master/test/getfasta/test-getfasta.sh?

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