Skip to main content

NGS pipelines bootstrapper

Project description

NGS pipelines bootstrapper

Continuous Integration

Installation

You can install the latest stable version from PyPI

$ pip install solida

Prerequisites

To run Solida, you need Conda. To install it, see conda.io

Usage

To check version:

$ solida -v

To list all the pipelines enabled, digit

$ solida info

To check if both pipeline and profile are available, digit:

$ solida setup -l pipeline_label -p profile_label

Before to deploy a pipeline, you have to create a project profile:

$ solida setup -l pipeline_label -p profile_label --create-profile
Solida will create a yaml file named profile_label.yaml into ~/solida_profiles.
Edit the profile_label.yaml to match your environment settings.

After that, deploy the pipeline into localhost with:

$ solida setup -l pipeline_label -p profile_label --deploy

If you want to deploy the pipeline into a remote host, add these arguments:

$ solida setup -l pipeline_label -p profile_label --deploy --host remote_host --remote-user username --connection ssh

where: –host is the hostname of the remote host –remote-user is a username available in the remote host –connection is the type of connection to use

Pay attention, _remote_user_ have to be able to do ssh login into _remote_host_ without password (SSH Key-Based Authentication)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solida-0.8.2.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

solida-0.8.2-py2.py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page