-
When running [BSM Search demo](https://github.com/reanahub/reana-demo-bsm-search):
```console
$ reana-client list | head
NAME …
-
Workflow finishes successfully, but
```
cwl ❯ cwltest --tool /home/amecioni/.virtualenvs/cwl/bin/reana-cwl-runner --test=conformance_test_v1.0.yaml -n133 --basedir /home/amecioni/Documents/tests/co…
-
Parameters of a workflow are specified in the `inputs.parameters` section of `reana.yaml`, like this:
```yaml
inputs:
parameters:
myparam1: myvalue1
myparam2: myvalue2
```
However…
-
Stemmed from https://github.com/reanahub/reana-commons/issues/6. We should centralize the command to generate specs which, right now, is replicated in different components, i.e. [here](https://github.…
-
Workflow is `created` but not `running`:
```
cwl ❯ cwltest --tool /home/amecioni/.virtualenvs/cwl/bin/reana-cwl-runner --test=conformance_test_v1.0.yaml -n106 --basedir /home/amecioni/Documents/test…
-
There was a situation in a cluster running many concurrent workflows, which generated many jobs, that many jobs were pending, because the cluster did not have enough memory resources to run them all.
…
-
**Use case scenario**
A user submits a serial workflow consisting of say seven steps, and the workflow execution run number ten fails at "step four" with an exception due to an error in the analys…
-
### Problem
The user containers sometimes set a certain `WORKDIR` in `Dockerfile` where temporary files may be written, or they assume that the workflow user can write temporary files in the user's…
-
During the coming workshop and after we might be subject of attacks or mistakes in user's scripts, which could lead to high amount of requests coming to REANA. We should prevent this:
- [x] Check …
-
Job Controller [uses `masrhmallow` to validate and serialize responses](https://github.com/reanahub/reana-job-controller/blob/master/reana_job_controller/rest.py#L201) and [the `marshmallow` schemas](…