Skip to content

OutliersTeam/Genome-Maximal-Non-Branching-Paths

Repository files navigation

GENERATING MAXIMAL NON-BRANCHING PATHS OF A GRAPH

Problem Statement

Maximal Non-branching path approach iterates through all nodes of the graph that are not 1-in-1-out nodes and generates all non-branching paths starting at each such node. In the final step, it finds all isolated cycles in the graph.

Contributors

Contact

If you want to contact us you can reach out at TeamOutliers23@gmail.com.

License

This project uses the following license: MIT

About

Genome sequencing through the generation of maximal non branching path in the read graph

Topics

Resources

License

Stars

Watchers

Forks