Skip to content

fix: do not treat MAPQ zero as multimapping #4

fix: do not treat MAPQ zero as multimapping

fix: do not treat MAPQ zero as multimapping #4

Workflow file for this run

name: tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- run: python -m pip install --upgrade pip
- run: python -m pip install -e ".[dev]"
- run: ruff check scnoisemeter
- run: pytest -q