GitHub - BlakeASmith/virtool-workflow: A library for building Virtool jobs · GitHub
Skip to content

BlakeASmith/virtool-workflow

Repository files navigation

Virtool Workflow

Tests Codacy Badge Codacy Badge

A framework for developing bioinformatic workflows in Python.

from virtool_workflow import startup, step, cleanup

@startup
def startup_function():
    ...

@step 
def step_function():
    ...

@step
def step_function_2():
    ...

@cleanup
def cleanup_function():
    ...

About

A library for building Virtool jobs

Resources

License

Contributing

Stars

Watchers

Forks

Packages

Contributors