https://github.com/genome/genome
Raw File
Tip revision: 83d5bd195a34d0c092713bb49531f7aae18b32ac authored by Thomas B. Mooney on 03 April 2018, 21:52:53 UTC
Use Perl's for syntax.
Tip revision: 83d5bd1
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