-
Seen during viash test.
I assume the issue will happen with e.g. build too but not tested yet.
When a folder is specified as a resource, the folder is copied to the temporary folder but no permiss…
Grifs updated
4 years ago
-
By placing the functionality.yaml and the `platform_*.yaml` in the header of a script, using viash becomes much more succinct.
```sh
viash run r-estimate.R -- -o output.pdf # run command
vias…
-
Say I want to concatenate a couple of `.md` files. Let us consider two ways to do that:
1. We use `pandoc` ( or `cat` for that matter) as such:
```sh
pandoc *.md -o output.md
```
The shell …
-
For example, in a pimped R script this line is injected:
```r
resources_dir
-
**Viash Improvement Protocol 1**
Some naming conventions in the functionality.yaml are, by now, somewhat illogical.
* Issue A: resources typically have the same name as their path, so that coul…
-
Adding paths to the platform volume mounting for docker with dashes results in invalid definitions for docker:
I.e.
```
- name: output-dir
mount: /output
Running example
./output/scruble…