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

Feature Request: Extracting sub-graphs from GFA #31

Open
samarendra-pani opened this issue Oct 11, 2024 · 1 comment
Open

Feature Request: Extracting sub-graphs from GFA #31

samarendra-pani opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@samarendra-pani
Copy link
Member

An interesting feature for GFAs are extracting sub-graphs from GFAs. This will help with smaller alignment tasks where some reads can be aligned to the subgraph.

Possible features:

  • Extract graph from node X to node Y (where both nodes are scaffold nodes).
  • Extract the surrounding graph when a node path is given (for extracting the sub-graph that an alignment maps to).
  • Extract graph based on chromosomal coordinates.
@samarendra-pani samarendra-pani self-assigned this Oct 11, 2024
@samarendra-pani samarendra-pani added the enhancement New feature or request label Oct 11, 2024
@fawaz-dabbaghieh
Copy link
Member

fawaz-dabbaghieh commented Dec 1, 2024

I didn't notice this, but for extracting a subgraph around a node, this can easily be done, as I already implemented that in my other GFA tools. The other two I have to think about, because when you have two nodes, then you need to find all nodes in between, and I am not sure what the best way to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants