https://github.com/genome/genome
Raw File
Tip revision: ef92111e9ac74abb189451d768de1f572630f7c1 authored by Thomas B. Mooney on 16 March 2016, 21:34:49 UTC
Merge pull request #1310 from tmooney/remove_old_refcov_result
Tip revision: ef92111
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