Skip to content

Only apply pyrodigal meta mode when genome < 20kb and prevent long runs of N in predicted genes #180

Only apply pyrodigal meta mode when genome < 20kb and prevent long runs of N in predicted genes

Only apply pyrodigal meta mode when genome < 20kb and prevent long runs of N in predicted genes #180

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
use_pyproject: true