Make hmm_cs
and hmm_rf
optional in queries 🎯
#29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test hmmer-tables | |
on: | |
push: | |
branches: | |
- "**" | |
paths: | |
- hmmer-tables/** | |
- .github/workflows/test-hmmer-tables.yml | |
defaults: | |
run: | |
working-directory: hmmer-tables | |
jobs: | |
test: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-latest, macos-latest] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run tests | |
run: | | |
pipx run poetry install | |
pipx run poetry run pytest |