-
With updating to quarto v1.5 I noticed a change in install folder.
They are using the `~/.local/bin` directory now. quarto-dev/quarto-web#1118
Seems like this is the new way to keep a tidy home …
-
### What happened?
When using `viash ns build --setup cb`, the docker build is not being executed for a component that has a docker engine specified and only the nextflow runner (executable runner is…
-
Case to address:
- when running `wget -qO- dl.viash.io | bash; mv viash $HOME/bin`
issue when the bin directory do not exists: running the install command rename to executable to bin
- when runn…
-
### What happened?
Using curly brackets as a value for the `default:` field of a argument that is of type `file` leads to `unboud variable` error in bash.
### Steps to reproduce
```
mkdir …
-
Below is a proposal.
README:
- [ ] Point users to the user guidelines on the website
- [ ] Point contributors to the contributor guidelines
- [ ] Add a set of commands to quickly get started w…
-
### What happened?
Running `viash test` on Nextflow workflows still doesn't work. There are two main issues:
- [ ] It's not able to detect its dependencies:
```
viash test src/workflows/run_…
-
The viash_bootstrap script first does a cleanup of the `bin/` directory and then runs the necessary installs. I a user accidentally provides a wrong version (`-t ...`) this means everything is removed…
-
I'm trying to run the `data_processors/infer_truth` component in [`openproblems-bio/task_cell_cell_communication`](https://github.com/openproblems-bio/task_cell_cell_communication) project. This code …
-
New functionality in viash always outputs .config.viash.yaml next to the built component, however when the `--flatten` is used, the same .config.viash.yaml file is overwritten by each subsequent compo…
-
Example:
```R
#' functionality:
#' name: test
#' arguments:
#' - name: "--foo"
#' type: string
#' default: bar
print(par)
```
We want to be able to remove the default…