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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Dockerfile 1.6%
  • Shell 0.2%