We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the resize_interval looks uses interval.end whereas genomelake.extractors use interval.stop (https://github.com/kundajelab/genomelake/blob/master/genomelake/extractors.py#L65). Both work when the interval is pybedtools.Interval, however, they fail when the class is say kipoi.metadata.GenomicRanges.
interval.end
interval.stop
pybedtools.Interval
kipoi.metadata.GenomicRanges
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the resize_interval looks uses
interval.end
whereas genomelake.extractors useinterval.stop
(https://github.com/kundajelab/genomelake/blob/master/genomelake/extractors.py#L65). Both work when the interval ispybedtools.Interval
, however, they fail when the class is saykipoi.metadata.GenomicRanges
.The text was updated successfully, but these errors were encountered: