NGS pipelines bootstrapper
Project description
NGS pipelines bootstrapper
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for solida-0.8.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1075b265eb5c53f761f75c79d879a5d3a4195eb8f8101a5cd0288b38b6d3350 |
|
MD5 | 5208943333951f4370f01f101635e9ec |
|
BLAKE2b-256 | b4b7064ddd5f61cfee866a4c1a293e0bfc30792b90edd83df635a161f98a16ad |