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

Merge in changes from develop. #5

Merged
merged 36 commits into from
Oct 26, 2015
Merged

Merge in changes from develop. #5

merged 36 commits into from
Oct 26, 2015

Commits on Oct 2, 2015

  1. Add coveralls to Travis YML

    Avinash Ramu committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    42a9ec3 View commit details
    Browse the repository at this point in the history
  2. Try without pyenv

    Avinash Ramu committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    2005d46 View commit details
    Browse the repository at this point in the history
  3. Add coveralls badge

    Avinash Ramu committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    b9928f7 View commit details
    Browse the repository at this point in the history
  4. Add coverage flag to cmake

    Avinash Ramu committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    5506504 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. Factor out common into function

    Avinash Ramu committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    e1bce97 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Annotate NDA, D, A with transcripts/genes

    Avinash Ramu committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    524b7d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Throw exceptions instead of return 1

    Avinash Ramu committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    a0e20ab View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Get rid of debug statements.

    Avinash Ramu committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    e10f317 View commit details
    Browse the repository at this point in the history
  2. Switch to exceptions.

    Avinash Ramu committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    f73c6db View commit details
    Browse the repository at this point in the history
  3. Get rid of unused variable

    Avinash Ramu committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    eb663e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Add variants annotate command

    Avinash Ramu committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    ab26b77 View commit details
    Browse the repository at this point in the history
  2. Make position unsigned

    Avinash Ramu committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    145ee5a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Add annotation field

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    cf36b01 View commit details
    Browse the repository at this point in the history
  2. Add constructors

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    583b197 View commit details
    Browse the repository at this point in the history
  3. Add newline after params

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    0aac4ce View commit details
    Browse the repository at this point in the history
  4. Rename location to annotation

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    9dce4ea View commit details
    Browse the repository at this point in the history
  5. Rewrite overlap function with struct

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    559e34c View commit details
    Browse the repository at this point in the history
  6. Fix include guard

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    efd4eb3 View commit details
    Browse the repository at this point in the history
  7. Update overlap method declaration

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    612a6d1 View commit details
    Browse the repository at this point in the history
  8. Update include paths

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ec8b23f View commit details
    Browse the repository at this point in the history
  9. Add test for variants-annotate

    Avinash Ramu committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    b6a5ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Move declaration outside loop.

    Avinash Ramu committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    75b5d4b View commit details
    Browse the repository at this point in the history
  2. Update distance calculations.

    Avinash Ramu committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    e539d14 View commit details
    Browse the repository at this point in the history
  3. Remove debug annotation.

    Avinash Ramu committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    23a0fd1 View commit details
    Browse the repository at this point in the history
  4. Update expected output.

    Avinash Ramu committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    fcc376b View commit details
    Browse the repository at this point in the history
  5. Throw exception instead of assert.

    Avinash Ramu committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    d2943ce View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Update distance calculations.

    Avinash Ramu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    11ced1d View commit details
    Browse the repository at this point in the history
  2. Update tests

    Avinash Ramu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    a934aa4 View commit details
    Browse the repository at this point in the history
  3. Handle transcripts on - strand correctly

    Avinash Ramu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    0d54403 View commit details
    Browse the repository at this point in the history
  4. Test for variants on a -ve strand transcript

    Add a couple of transcripts to a separate GTF file and use this
    for the variants-annotate test.
    Avinash Ramu committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    a0b6cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Add option to skip single exon transcripts.

    Avinash Ramu committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    449cdb7 View commit details
    Browse the repository at this point in the history
  2. Add stderr to test message

    Avinash Ramu committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    749cbf7 View commit details
    Browse the repository at this point in the history
  3. Reorder program options.

    This doesn't work otherwise on OSX.
    gatoravi committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    3feeba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Try to get coveralls working

    gatoravi committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    0e21191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9010917 View commit details
    Browse the repository at this point in the history
  3. use \$TRAVIS_OS_NAME

    gatoravi committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    01926fb View commit details
    Browse the repository at this point in the history