Permalink
Switch branches/tags
Nothing to show
Commits on Jun 20, 2017
  1. Merge pull request #66 from wandai330/master

    int type overflow
    committed on GitHub Jun 20, 2017
  2. Rollback makefile

    no c++0x flag
    wandai330 committed on GitHub Jun 20, 2017
  3. Merge pull request #2 from wandai330/int-type-overflow

    Some int type variable overflow
    wandai330 committed on GitHub Jun 20, 2017
  4. Some int type variable overflow

    The maximal number of int type is 2,147,483,648. But now some number could be 5 billion or bigger.
    Changed those variables to type uint64_t
    wandai330 committed on GitHub Jun 20, 2017
Commits on Jun 16, 2017
  1. Merge pull request #1 from wandai330/integer_overflow

    Fix int type overflow
    wandai330 committed on GitHub Jun 16, 2017
Commits on Jun 15, 2017
  1. Fix int type overflow

    Minimal changes made to fix a couple of total numbers as uint64_t to hold numbers larger than 2 billion
    wandai330 committed on GitHub Jun 15, 2017
Commits on May 9, 2017
  1. Merge pull request #56 from wltrimbl/master

    Two patches for OSX portability
    committed on GitHub May 9, 2017
  2. Merge pull request #55 from wltrimbl/updatesparsehash

    Updates sparsehash to 2.0.3 dating from 2015-10-12
    committed on GitHub May 9, 2017
Commits on Apr 7, 2017
  1. Merge pull request #54 from ExpressionAnalysis/develop

    Develop
    committed on GitHub Apr 7, 2017
Commits on Apr 6, 2017
  1. deleted object files

    wltrimbl committed Apr 6, 2017
Commits on Apr 5, 2017
  1. Removed sparsehash-2.0.2

    wltrimbl committed Apr 5, 2017
Commits on Feb 2, 2017
Commits on Jan 30, 2017
  1. 0 length read problem, fastq-mcf would stop reading the fastq file on…

    …ce encountering a 0 length read
    committed Jan 30, 2017
Commits on Jan 26, 2017
Commits on Feb 26, 2016
  1. Merge pull request #44 from mattnashbrowns/desubvert

    Removed LastChangedRevision SVN magic
    committed Feb 26, 2016
  2. Removed LastChangedRevision SVN magic as it will not only not work, b…

    …ut will prevent compilation. Updated the version numbers to the last-changed SVN revision number from the old Google Code repo.
    mattnashbrowns committed Feb 26, 2016
Commits on Oct 8, 2015
  1. Update README.md

    EA Genomic Services committed Oct 8, 2015
  2. Create README.md

    EA Genomic Services committed Oct 8, 2015
Commits on Sep 25, 2014
  1. make varcall more tweakable

    earonesty committed Sep 25, 2014
  2. No commit message

    earonesty committed Sep 25, 2014
Commits on Sep 24, 2014
  1. fix depth filter

    earonesty committed Sep 24, 2014
Commits on Sep 18, 2014
  1. add fcid option

    earonesty committed Sep 18, 2014
Commits on Sep 17, 2014
  1. fix 1 more time for RNA seq varall diversity

    earonesty committed Sep 17, 2014
Commits on Sep 16, 2014
  1. important: cap lookbehind since we're using a vector...

    maybe use a list instead? typically it's rather sparse
    earonesty committed Sep 16, 2014
  2. debug-varcall

    earonesty committed Sep 16, 2014
  3. accounting?

    earonesty committed Sep 16, 2014
Commits on Sep 8, 2014
  1. 0.96 ... pretty big change to dup filter!

    earonesty committed Sep 8, 2014
Commits on Sep 5, 2014
  1. MapQ 0 on unanchored reads

    earonesty committed Sep 5, 2014
  2. fix dup filter... speed it up too

    earonesty committed Sep 5, 2014
  3. fix duplicate filtering...

    earonesty committed Sep 5, 2014
Commits on Sep 4, 2014
  1. max-n-pct default needs to be -1

    earonesty committed Sep 4, 2014