Skip to content

Releases: virtool/virtool-workflow

0.4.0

11 Jan 21:31
Compare
Choose a tag to compare

Added

  • add analysis fixture to provide file upload capability (#91)
  • add indexes fixture to provide simple access to reference indexes used in an analysis workflow (#94)

Changed

  • provide more discrete fixtures instead of analysis_args (#90)
  • rename temp_path fixture to work_path
  • remove temp_analysis_path fixture
  • update fixtures documentation (#90)

0.3.0

17 Dec 23:13
54be161
Compare
Choose a tag to compare

Added

  • implement logging (#66)
  • add runtime pytest fixture to simplify workflow step testing (#84)
  • add hmms workflow fixture

Changed

  • remove direct database access to make move to database-less workflows smoother (#69)
  • greatly improved documentation fixtures and hooks (#74)

Removed

  • drop run-local sub-command

0.2.0

03 Dec 18:36
Compare
Choose a tag to compare

Added

  • add reads fixture for using prepared sequencing read data used in an analysis workflow
  • add run_subprocess fixture for executing command line tools
  • add subtractions fixture for accessing subtractions selected by the user when the workflow job was created

Changed

  • update documentation

0.1.3

25 Nov 23:17
Compare
Choose a tag to compare

Added

  • add job_args fixture (#59)
  • add proc and mem fixtures
  • add complete list of fixtures to documentation
  • add base Dockerfile

Fixed

  • remove uvloop dependency as it was causing problems in Python 3.9 (#55)

0.1.2

23 Nov 23:46
Compare
Choose a tag to compare

Changed

  • allow opt-out of uvloop during workflow execution
  • print workflow results on console when in development mode

Fixed

  • fix exception due to not installing virtool-core from PyPI

0.1.1

23 Nov 19:34
Compare
Choose a tag to compare

Fixed

  • update quick start documentation to reflect current package API

0.1.0

23 Nov 18:47
5a4391c
Compare
Choose a tag to compare

The initial release of Virtool workflow.