Skip to content

Commit

Permalink
Merge pull request #581 from viash-io/0_8_0_fix_typos
Browse files Browse the repository at this point in the history
Fix typos in changelog and static website reference docs
  • Loading branch information
Grifs authored Oct 23, 2023
2 parents d719344 + 1ccddf5 commit 36b3149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We added new 'dependencies' functionality to allow for more advanced functionali
- Removed deprecated `paramsToChannel()`, `paramsToList()`, `viashChannel()`.
- Deprecated `preprocessInputs()` -- use the wrapped Viash Nextflow functionality instead.
- Refactored `preprocessInputs()` to make use of new helper functions.
- Reprecated run arguments `map`, `mapData`, `mapPassthrough`, `renameKeys`.
- Deprecated run arguments `map`, `mapData`, `mapPassthrough`, `renameKeys`.

## MINOR CHANGES

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/nextflow_vdsl3/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ order: 35

Viash supports creating Nextflow workflows in multiple ways.

* [Run a module as a standaline pipeline](run_module.qmd)
* [Run a module as a standalone pipeline](run_module.qmd)
* [Import a VDSL3 module](import_module.qmd)
* Create a Nextflow workflow with dependencies

0 comments on commit 36b3149

Please sign in to comment.