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

Compute the DAG of SCCs and check if it is a path #81

Open
16 tasks
sebschmi opened this issue Aug 24, 2020 · 0 comments
Open
16 tasks

Compute the DAG of SCCs and check if it is a path #81

sebschmi opened this issue Aug 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sebschmi
Copy link
Collaborator

sebschmi commented Aug 24, 2020

When assembling simulated linear unidirected reads without errors or missing coverage, the DAG of SCCs of the assembly graph should be a path. Otherwise, something somewhere went wrong.

  • compute DAG of SCCs
  • check if graph is a path
  • include the whole check into the verify command
  • output the DAG of SCCs in some common graph drawing format
  • use some software to draw the DAG of SCCs in the pipeline

Test

  • compute DAG of SCCs: empty graph
  • compute DAG of SCCs: SCC
  • compute DAG of SCCs: two WCCs that are SC
  • compute DAG of SCCs: a WC graph with multiple SCCs that form a DAG that is not a path
  • check if graph is a path: empty graph
  • check if graph is a path: path
  • check if graph is a path: single node
  • check if graph is a path: single node with loop
  • check if graph is a path: path with loop
  • check if graph is a path: cycle
  • check if graph is a path: path with backwards arc
@sebschmi sebschmi added the enhancement New feature or request label Aug 24, 2020
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

1 participant