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

Find the longest path containing given paths #16

Open
3 tasks
nguyetdang opened this issue Feb 24, 2021 · 0 comments
Open
3 tasks

Find the longest path containing given paths #16

nguyetdang opened this issue Feb 24, 2021 · 0 comments
Milestone

Comments

@nguyetdang
Copy link
Owner

Input

Output

  • Longest paths having those paths in the input

Some notice:

  • We should modify the read GFA function to touch the P-line.
  • The paths in the input array might belong to different graph components (simple graph or cycle). We have to classify those paths to certain graph component before performing the longest path.
@tuando95 tuando95 added this to the v0.1.2 milestone Feb 24, 2021
@tuando95 tuando95 linked a pull request Feb 25, 2021 that will close this issue
@tuando95 tuando95 removed a link to a pull request Feb 25, 2021
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

2 participants