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 for circular references #113

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Fix for circular references #113

merged 3 commits into from
Aug 19, 2024

Commits on Aug 16, 2024

  1. Fix for circular contigs

    * If all of the graph nodes have a degree of 2, no source/target nodes will be found, and currently no scaffolds will be assigned
    * If this is detected, choose a minimizer node (smallest position in highest weight assembly), and make this the 'source' node
    * Break the graph at incident edge, and continue the path determination
    lcoombe committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    be09de2 View commit details
    Browse the repository at this point in the history
  2. Fix for pylint

    lcoombe committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3dacf2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd22ba5 View commit details
    Browse the repository at this point in the history