Cloud-based workflow manager that generates and executes bioinformatics pipelines.
100K+

CloudConductor is a cloud-based workflow engine for defining and executing bioinformatics pipelines in a cloud environment. Currently, the framework has been tested extensively on the Google Cloud Platform, but will eventually support other platforms including AWS, Azure, etc.
CloudConductor is currently designed only for Linux systems. You will need to install and configure the following tools to run your pipelines on Google Cloud:
Python v3.6+
You can check your Python version by running the following command in your terminal:
$ python3 -V
Python 3.6.8
To install the correct version of Python, visit the official Python website.
Python packages: configobj, jsonschema, requests
You will need pip to install the above packages. After installing pip, run the following commands in your terminal:
# Upgrade pip
sudo pip3 install -U pip
# Install Python modules
sudo pip3 install -U configobj jsonschema requests
Clone the CloudConductor repo
# clone the repo
git clone https://github.com/labdave/CloudConductor.git
Follow the instructions on the official Google Cloud website.
Get started with our full documentation to explore the ways CloudConductor can streamline the development and execution of complex, multi-sample workflows typical in bioinformatics.
CloudConductor is actively under development. To get involved or request features, please contact Razvan Panea.
Content type
Image
Digest
Size
733.7 MB
Last updated
almost 5 years ago
docker pull davelabhub/cloudconductor