Skip to main content

A framework for developing bioinformatics workflows for Virtool.

Project description

Virtool Workflow

Tests PyPI version

A framework for developing bioinformatic workflows in Python.

from virtool_workflow import step


@step
def step_function():
    ...


@step
def step_function_2():
    ...

Contributing

Commits

We require specific commit formatting. Any commit that does not follow the guidelines will be squashed at our discretion.

Read our commit and release documentation for more information.

Tests

Run tests with:

# Bring up Redis and the test container.
docker compose up -d

# Run tests in the test container.
docker compose exec test poetry run pytest

Run specific tests like:

docker compose exec test poetry run pytest tests/test_status.py

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

virtool_workflow-7.0.0.tar.gz (30.5 kB view hashes)

Uploaded Source

Built Distribution

virtool_workflow-7.0.0-py3-none-any.whl (43.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page