Releases: viash-io/viash_project_template
Releases · viash-io/viash_project_template
v0.3.0
v0.2.3
BUG FIXES
- Install
bit64
inr2u
image. - Fix workflow ID error in workflow.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Update Viash version to 0.6.7 by @DriesSchaumont in #1
- Update github actions by @rcannood in #8
- Change the docker image to use ubuntu:20.04 by @Grifs in #9
- Upgrade to Viash v0.8.2 by @tverbeiren in #10
Full Changelog: https://github.com/viash-io/viash_project_template/commits/v0.2.0
0.1.0
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.