Permalink
Commits on Mar 9, 2017
  1. Merge pull request #38 from bainscou/patch-1

    Improve per library documentation
    jasonwalker80 committed on GitHub Mar 9, 2017
  2. Included missing [tab]

    bainscou committed on GitHub Mar 9, 2017
Commits on Mar 8, 2017
  1. typo

    bainscou committed on GitHub Mar 8, 2017
  2. Fixed formatting

    bainscou committed on GitHub Mar 8, 2017
  3. Improve per library documentation

    bainscou committed on GitHub Mar 8, 2017
Commits on Sep 3, 2016
  1. fix test data

    ernfrid committed Sep 3, 2016
Commits on Aug 10, 2016
  1. Merge pull request #31 from sambrightman/master

    Fix segmentation fault when BAM file does not exist
    ernfrid committed on GitHub Aug 10, 2016
Commits on Aug 5, 2016
Commits on Jul 14, 2016
  1. Clarify avg_pos_as_fraction

    ernfrid committed on GitHub Jul 14, 2016
Commits on Apr 11, 2016
  1. Create LICENSE

    Closes 28
    ernfrid committed Apr 11, 2016
Commits on Dec 20, 2015
  1. stub in tests for indel queue

    ernfrid committed Dec 20, 2015
Commits on Dec 19, 2015
Commits on Dec 18, 2015
  1. update testing framework

    ernfrid committed Dec 18, 2015
  2. Squashed 'build-common/' changes from d356b1b..6591585

    6591585 Create README.md
    8e34b23 Add MIT License
    59dab48 Merge pull request #2 from genome/gtest_compilation
    ac50842 fixup botched subtree/cherry-pick of last commit
    927c854 add PreDepends cmake module to build common
    fa9ec14 Tests cannot find tr1/tuple on Max OS X Adding the compiler flag fixes this on 10.10.3 with Apple LLVM version 6.1.0 (clang-602.0.53)
    e2e9336 htslib installs to /usr/local by default. Update path hints.
    7cb5e6a rename Findhtslib.cmake to FindHTSlib.cmake
    7fa7004 add a module for finding HTSlib libraries
    7e5c12e don't append PACKAGE_VERSION_SUFFIX to FULL_VERSION
    
    git-subtree-dir: build-common
    git-subtree-split: 6591585af458d508919e55ddcccd5cb4c50e56e9
    ernfrid committed Dec 18, 2015
  3. enable unit tests

    ernfrid committed Dec 18, 2015
Commits on Dec 17, 2015
  1. use the queue class

    ernfrid committed Dec 17, 2015
  2. simplify entry code

    ernfrid committed Dec 17, 2015
Commits on Jun 17, 2015
  1. Merge pull request #23 from genome/predeps

    add pre-build dependency handling
    ernfrid committed Jun 17, 2015
  2. Merge commit 'e2e9336d662d27d4eaaf8db072d7756e762a5438' into predeps

    Fetching upstream changes to build-common before pushing back. Git
    subtree does not want to rebase.
    tabbott committed Jun 17, 2015
  3. use new ExternalDependency_Add feature of build-common

    This sets up all of the proper dependencies on the 3rd party libs we
    build, removing the need to "make deps" before starting a parallel
    build.
    tabbott committed Jun 17, 2015
  4. add PreDepends cmake module to build common

    the intent is to enable parallel builds without having to "make deps"
    first. this is done by hijacking externalproject_add, add_library, and
    add_executable with macros that automatically set dependencies on a
    dummy "deps"-like target.
    tabbott committed Jun 13, 2015
Commits on Jun 13, 2015
  1. add vim swap files to gitignore

    tabbott committed Jun 13, 2015
Commits on Jun 12, 2015
Commits on Jun 10, 2015
  1. Merge pull request #20 from morgantaschuk/master

    Updated the bam-readcount command line 'usage' information
    ernfrid committed Jun 10, 2015
  2. Updated the program usage with an example; updated the README to indi…

    …cate that it prints to standard out.
    morgantaschuk committed Jun 10, 2015
Commits on May 22, 2015