-
When loading an h5ad and combining it with various annotations, the object is saved as:
```
mergedData.write(par["output"], compression = "gzip")
```
This results in the following except…
-
When running the `generate_submission.sh` script at https://github.com/openproblems-bio/neurips2021_multimodal_viash/blob/main/src/predict_modality/starter_kit/starter_kit_r/generate_submission.sh fro…
-
Hi, I'm following the [installation instructions](https://viash.io/docs/getting_started/installation/), and was attempting to run them during the build of a Docker image - but it errored out because i…
-
When running the `./generate_submission.sh` script:
```
######################################################################
## Generating submission files using nextflow …
-
circe doesn't validate non-existing fields in the yaml config by default. For example:
```yaml
functionality:
name: test
4rguments:
- name: "input"
type: string
resources:
…
-
For example, take this yaml:
```yaml
functionality:
name: hello_world
description: A very simple 'Hello world' component.
example: visitor. --greeter="Greetings"
arguments:
- type: …
-
Currently, running a new viash container with a docker backend will produce an error stating that the container can't be found. Running `viash run -- ---setup` will set up the container by pulling it …
-
Hi Robrecht,
I'm trying to run the modality_alignment workflow as-is, but it is failing for me. The output is as follows:
```
[96/e3f220] process > get_scprep_csv_datasets:scprep_csv:scprep_csv_pro…
-
Dear team,
On the following docs page:
http://www.data-intuitive.com/viash_docs/getting_started/example_bash/#demonstration
A link named 'examples/hello_world' points to the following URL, fo…
-
Example component `src/bar/config.vsh.yaml`:
```yaml
functionality:
name: bar
arguments:
- name: "--input"
type: file
example: input.txt
- name: "--output1"
ty…