Skip to content

Viash 0.8.3 (2024-01-08): Bug fixes

Compare
Choose a tag to compare
@Grifs Grifs released this 08 Jan 12:50
· 291 commits to main since this release
c9440fe

Viash 0.8.3 (2024-01-08): Bug fixes

Fix some edge cases and improve usability.

BUG FIXES

  • NextflowPlatform: properly resolve paths when a nextflow workflow has another nextflow
    workflow as dependency and the worktree contains a directory that is a symlink (PR #614).

  • Main: Fixes a bug added by #294 which causes Viash to print a stacktrace instead of a helpful error message when viash is run without any arguments (#617, PR #618).
    Thanks @mberacochea for pointing out this oversight!

  • Dependency: When an alias is defined, pass the alias as a key to the .run() function (#601, PR #606).