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

Trouble with db.region(..., completely_within=True) #234

Open
Lservi opened this issue Jun 19, 2024 · 0 comments
Open

Trouble with db.region(..., completely_within=True) #234

Lservi opened this issue Jun 19, 2024 · 0 comments

Comments

@Lservi
Copy link

Lservi commented Jun 19, 2024

I'm using your amazing library to work with some DNA modifications, which generally are 1 or 2 nucleotide "spots". while using the "completely_within=True" param I'm not getting anything back as I show in this example:

list(db.region(region=("scaffold_1", 6326, 6350), completely_within=True))
> []
list(db.region(region=("scaffold_1", 6326, 6350)))
> [<Feature region (scaffold_1:1-4111717[+]) at 0x7adce9063790>,
 <Feature tRNA (scaffold_1:6316-6404[+]) at 0x7adce94ca5d0>]

Am I using this parameter properly or is it just a bug?

Thanks in advance.

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

No branches or pull requests

1 participant