Skip to content
View Colelyman's full-sized avatar

Organizations

@bionode @rghccsb-org
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  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. kleuren kleuren Public

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

    C++ 11 2

  4. bionode/bionode-fastq bionode/bionode-fastq Public

    Streamable FASTQ parser

    JavaScript 2 4

  5. byucsl/gnumap byucsl/gnumap Public

    GNUMAP: Genomic Next-generation Universal MAPper version 4.0

    C++ 2 1

  6. masakistan/kcollections masakistan/kcollections Public

    An efficient kmer data structure for genomic applications.

    C++ 2