Commits on Jun 20, 2017
  1. Rollback makefile

    no c++0x flag
    wandai330 committed on GitHub Jun 20, 2017
  2. 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 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 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. 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 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
  2. document changes

    earonesty committed Sep 4, 2014
  3. work with all svn responses

    earonesty committed Sep 4, 2014
  4. new output is correct

    earonesty committed Sep 4, 2014
  5. fix mcf

    earonesty committed Sep 4, 2014
  6. fix for proper use of strncmp

    earonesty committed Sep 4, 2014
  7. add test for START

    earonesty committed Sep 4, 2014
Commits on Sep 3, 2014
  1. test for start

    earonesty committed Sep 3, 2014