Skip to content

diegodelemos/reana-client

 
 

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

About

REANA command-line client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%