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 cnvpadding param. TEST FAILING #628

Open
wants to merge 2 commits into
base: release-5.2.x
Choose a base branch
from

Conversation

julie-sullivan
Copy link
Contributor

The CNV padding param currently has no effect. The query will be the same if you set it or not. This PR fixes the param to correctly pad the region queried.

This was code reviewed by Javi and tested in v4. However the same test fails on v5. I think this is why.

Does this method need the data release version:

https://github.com/opencb/cellbase/blob/develop/cellbase-lib/src/main/java/org/opencb/cellbase/lib/variant/annotation/VariantAnnotationCalculator.java#L1342

CellBaseDataResult<RegulatoryFeature> cellBaseDataResult = regulationManager.search(query);

if so, how do I add?

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