Skip to content

reanahub/reana-client

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2024
Aug 22, 2023
Dec 19, 2023
Mar 31, 2022
Nov 14, 2023
Jan 11, 2024
Nov 19, 2020
Oct 25, 2021
Jun 27, 2023
Jan 11, 2024
Jan 11, 2024
Mar 9, 2023
Jan 11, 2024
Dec 19, 2023
Jul 29, 2020
Jan 11, 2024
Jan 11, 2024
Jan 18, 2022
Oct 25, 2021
Oct 7, 2018
Jan 11, 2024
Nov 10, 2021
Dec 19, 2023
Sep 5, 2023

Repository files navigation

REANA-Client

https://readthedocs.org/projects/reana-client/badge/?version=latest

About

REANA-Client is a component of the REANA reusable and reproducible research data analysis platform. It provides a command-line tool that allows researchers to submit, run, and manage their computational workflows.

  • seed workspace with input code and data
  • run computational workflows on remote compute clouds
  • list submitted workflows and enquire about their statuses
  • download results of finished workflows

Installation

$ # create new virtual environment
$ virtualenv ~/.virtualenvs/reana
$ source ~/.virtualenvs/reana/bin/activate
$ # install reana-client
$ pip install reana-client

Usage

The detailed information on how to install and use REANA can be found in docs.reana.io.

Useful links