https://github.com/genome/genome
Raw File
Tip revision: 721185c2e95250a6dea354da914217204582f0a5 authored by Thomas B. Mooney on 11 April 2023, 22:19:00 UTC
Merge pull request #2069 from tmooney/skip_memcache_test
Tip revision: 721185c
README
# Genome

Genome analysis software from The Genome Institute at Washington University
School of Medicine, funded by the National Human Genome Research Institute.

## Testing

Running tests currently depends on many TGI resources so testing cannot be
performed outside TGI at this time.  Within TGI you can run tests by doing,

    genome-test-env test-tracker prove --lsf --git

This chains the `genome-test-env` and `test-tracker` commands together.  See
`test-tracker prove --help` for its usage.  For example, you may need to pass a
value to the `--git` option if your branch is not setup to track
`origin/master`.
back to top