Skip to content

Releases: viash-io/viash_project_template

v0.3.0

18 Jul 20:55
Compare
Choose a tag to compare

MAJOR CHANGES

  • Update to Viash 0.9.0-RC6.

  • Update CI to viash-actions@v6.

  • Add unit tests to all components.

  • Simplify workflow to not use external dependencies.

v0.2.3

18 Jul 20:47
Compare
Choose a tag to compare

BUG FIXES

  • Install bit64 in r2u image.
  • Fix workflow ID error in workflow.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Jul 20:46
Compare
Choose a tag to compare

BUG FIXES

  • Install procps in python:3.10-slim images.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jul 20:45
Compare
Choose a tag to compare

MINOR CHANGES

  • Update to Viash 0.8.4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jul 20:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/viash-io/viash_project_template/commits/v0.2.0

0.1.0

17 May 10:23
Compare
Choose a tag to compare

First release of the project template repository.

Components:

  • src/demo/remove_comments: A Bash-based component to remove all lines starting with a comment character #.

  • src/demo/take_column: A Python-based component to extract a specific column from a TSV file.

  • src/demo/combine_columns: An R-based component to combine multiple TSV files into one.

Pipelines:

  • workflows/demo_pipeline/main.nf: A demo pipeline which uses abovementioned components.