-
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.
-
Install
bit64
inr2u
images. -
Fix workflow ID passing in workflow.
- Install
procps
inpython:3.10-slim
images.
- Updated to Viash 0.8.4.
-
Update to Viash 0.7.1 (PR #1).
-
Update to Viash 0.8.2 (PR #10).
-
Replace 'underscore' (like
viash_build
) commands with equivalent 'ns' command (viash ns build
). -
State management overhaul.
-
Use of helper functions (dependencies) from
vsh_utils
. -
demo_pipeline
is now built fromsrc/workflow
.
-
Update GitHub Actions (PR #8).
-
Use slim versions of the previously used Docker images.
First release of the project template repository.
Components:
-
remove_comments
: A Bash-based component to remove all lines starting with a comment character#
. -
take_column
: A Python-based component to extract a specific column from a TSV file. -
combine_columns
: An R-based component to combine multiple TSV files into one.
Pipelines:
workflow
: A demo pipeline which uses abovementioned components.