Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add fallback method for bioconda wrapper of gatk v3 (#902)
add install method for `gatk` executable as well as `gatk3` as provided by bioconda. The current [recipe](https://github.com/bioconda/bioconda-recipes/blob/master/recipes/gatk/build.sh) uses gatk3, however a new install received a package build with the older `gatk` executable name (some bioconda packages are currently in build flux). This adds a fallback method so either executable supplied by bioconda will work.
- Loading branch information