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
File details
Details for the file solida-0.8.2.tar.gz
.
File metadata
- Download URL: solida-0.8.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
318fe986b5d04034c48bf69ec0587aa6b885e67c1f343458fb040388a29a0ced
|
|
MD5 |
5178b1ce0cfa0fd1607f949844884081
|
|
BLAKE2b-256 |
7ee50d912cee287981bbf42ad380031a29916626539d57012a5c449d6e92bcef
|
File details
Details for the file solida-0.8.2-py2.py3-none-any.whl
.
File metadata
- Download URL: solida-0.8.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b1075b265eb5c53f761f75c79d879a5d3a4195eb8f8101a5cd0288b38b6d3350
|
|
MD5 |
5208943333951f4370f01f101635e9ec
|
|
BLAKE2b-256 |
b4b7064ddd5f61cfee866a4c1a293e0bfc30792b90edd83df635a161f98a16ad
|