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
- Host: GitHub
- URL: https://github.com/soedinglab/mmseqs2-regression
- Owner: soedinglab
- License: gpl-3.0
- Created: 2019-07-26T15:54:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T09:03:29.000Z (about 1 year ago)
- Last Synced: 2025-04-05T00:51:18.626Z (about 1 year ago)
- Language: Shell
- Size: 26.6 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.