Skip to content

Replace BlockAligner by MMseqs2 BlockAligner WIP version #47

Replace BlockAligner by MMseqs2 BlockAligner WIP version

Replace BlockAligner by MMseqs2 BlockAligner WIP version #47

Workflow file for this run

name: Regression test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build Petasearch
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j $(nproc --all)
- name: Run Petasearch
run: |
./regression/run_regression.sh build/src/srasearch SCRATCH