reana icon indicating copy to clipboard operation
reana copied to clipboard

REANA: Reusable research data analysis platform

Results 88 reana issues
Sort by recently updated
recently updated
newest added

Hello, We are asking for feedback for the CWL v1.2.1 release. Changelogs for the release can be found below: Workflow / ExpressionTool / Operation: https://deploy-preview-115--cwl-v1-2-dev.netlify.app/workflow#Changelog_for_v1.2.1 CommandLineTool: https://deploy-preview-115--cwl-v1-2-dev.netlify.app/commandlinetool#Changelog_for_v1.2.1 You can provide...

In the REANA documentation, in the [First example](https://docs.reana.io/getting-started/first-example/), `installing and activate ing the REANA command-line client` requieres logging into LXPLUS. REANA client only works on LXPLUS 8, and is done:...

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...

priority/soon

### Motivation As we talked about in our Analysis Grand Challenge meeting today, we would like to enhance REANA to support Dask for distributed analysis on Kubernetes as a backend....

type/enhancement
deployment/helm

**Current status** Currently, we have some situations as in r-j-controller's `create_job()` endpoint returning 403 in some cases: ```python try: job_obj = job_manager_cls(**job_request) except REANAKubernetesMemoryLimitExceeded as e: return jsonify({"message": e.message}), 403...

closes https://github.com/reanahub/reana/issues/695 To test: - set the cronjob schedules to run every minute `"* * * * *"` - compare the spec (`kuebctl describe ` or `k get pod -o...

We are repeating the definition of cronjobs many times, resulting in a lot of copy-paste. We should investigate whether we can reduce duplication, perhaps by defining new helm templates to...

**Current behaviour** Here is a typical CI run invocation: ```console $ reana-dev run-ci -m /var/reana:/var/reana -c r-d-r-roofit --admin-email john.doe@exampleorg --admin-password mysecretpassword ``` This command always uses some demo example to...

> Hi @matthewfeickert, the `version` clause indicates basically the _first_ REANA version where the example was developed for and successfully working on. We always test the full `reana-demo-*` test matrix...

Let's upgrade the base docker image of all REANA components from ubuntu 20.04 to ubuntu 24.04. This also means that we have to add support for Python 3.12. - [...