An open API service indexing awesome lists of open source software.

https://github.com/soedinglab/mmseqs2-regression

MMseqs2 Regression Testing
https://github.com/soedinglab/mmseqs2-regression

Last synced: about 1 year ago
JSON representation

MMseqs2 Regression Testing

Awesome Lists containing this project

README

          

# MMseqs2 Regression Test

The regression test runs most workflows (search, profile search, profile-profile, target-profile, clustering, linclust, etc.) after every commit.
It compares their results against known good values and fails if they don't match.

To run the regression test suite execute the following steps:

```
./run_regression.sh path-to-mmseqs-binary intermediate-files-scratch-directory
```

The test suite will print a report telling if each test passed or failed.