Skip to content

Commit

Permalink
Update the website for viash 0.8.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs authored Dec 14, 2023
1 parent d75dd22 commit a620454
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
viash_version: 0.8.0
viash_version: 0.8.1

source: _src
target: _target
18 changes: 18 additions & 0 deletions blog/posts/viash-0.8.1/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Viash 0.8.1"
subtitle: "Minor bug fix to Nextflow workflows"
date: "2023-11-20"
categories: [ New Release ]
author: Viash Team
---

## What's new?

This release fixes a bug in the Nextflow platform where calling a workflow with the `.run()` function without specifying the `fromState` argument would result in an error when the input channel contained tuples with more than two elements.

## Full changelog

### BUG FIXES

`NextflowPlatform`: Fix error when using `.run()` without using `fromState` and the input channel holds tuples with more than two elements (PR #587).

0 comments on commit a620454

Please sign in to comment.