Skip to content
View Colelyman's full-sized avatar

Organizations

@bionode @rghccsb-org

Block or report Colelyman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Discover an Eulerian Cycle from a gr... Discover an Eulerian Cycle from a graph.
    1
    """Discover an Eulerian Cycle from a graph."""
    2
    
                  
    3
    import argparse
    4
    from typing import Dict, List
    5
    
                  
  2. Discover an Eulerian Path from a Graph. Discover an Eulerian Path from a Graph.
    1
    """Discover an Eulerian Path from a graph."""
    2
    
                  
    3
    import argparse
    4
    from collections import Counter
    5
    from typing import Dict, List, Optional
  3. pinellolab/CRISPResso2 pinellolab/CRISPResso2 Public

    Analysis of deep sequencing data for rapid and intuitive interpretation of genome editing experiments

    Python 319 107

  4. kleuren kleuren Public

    Find bubbles in the Colored de Bruijn Graph to reconstruct phylogenetic trees

    C++ 13 2

  5. byucsl/gnumap byucsl/gnumap Public

    GNUMAP: Genomic Next-generation Universal MAPper version 4.0

    C++ 2 1