https://github.com/genome/genome
Raw File
Tip revision: 7306613a6095c4b2eeb80c8c569fce192cae0d79 authored by Thomas B. Mooney on 07 April 2015, 13:28:00 UTC
Merge pull request #638 from tmooney/spaces_in_picard_arguments
Tip revision: 7306613
README.md
Running the genome-env tests require [BATS][] and can be run by:

    cd .../genome-env-tests
    bats *.bats

There is no test coverage for the `-m`, `-M`, or `-d` options.

[BATS]: https://github.com/sstephenson/bats
back to top