-
Notifications
You must be signed in to change notification settings - Fork 2
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
slow-odgi: points of divergence and confusion #32
Comments
Updates:
|
Wow! Thank you for centralizing this "tracking" issue for understanding the bits of odgi we are currently confused about! This will be really useful to have. This is very superficial and process-related, but one useful thing to do in this kind of GitHub issue is to edit the issue description to have checkboxes, like this:
This way, it's easy to see that, when all the checkboxes are checked, the issue is done. It's like a little mini progress meter within the scope of a tracking issue. |
I finally understand how to invoke Here's the deal. Say I have a graph:
If I query
I'll get that x overlaps with y and y with x. Fine. The more interesting query is to specify ranges within the query path. So, for example:
The way to specify these ranges is via a special kind of BED file, a little different from the kind we have generated previously using
|
I have pushed a minimal example of |
Asked about |
I'm assuming that |
Match
odgi flip
behavior.This could come from changes on our end, or by triggering further changes in odgi's code or spec.
Basically I think there is still a bug in
odgi flip
. Andrea made a fix for me, and this helped in one spot, but introduced an issue elsewhere. See here if curious.Figure out
odgi inject
.I can't recreate the stated behavior of
odgi inject
even for trivial requests. I have asked on Matrix; see here.slow-odgi
.Check with Andrea et al if
odgi overlap
is coded up correctly.I can recreate the behavior of
odgi overlap
, but I think they mean to calculate something more subtle and in fact have a bug. I have asked on Matrix; see here.Figure out what's going on in
odgi groom
. See this comment if you're curious.The text was updated successfully, but these errors were encountered: