All Projects → galaxyproject → cloudman

galaxyproject / cloudman

Licence: other
Easily create and manage compute clusters on any Cloud.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cloudman

bioblend
A Python library for interacting with the Galaxy API
Stars: ✭ 84 (+133.33%)
Mutual labels:  usegalaxy, cloudman
tools-metabolomics
Galaxy tools for metabolomics maintained by Workflow4Metabolomics
Stars: ✭ 13 (-63.89%)
Mutual labels:  usegalaxy
sars-cov-2-processing-requests
Request execution of Galaxy SARS-CoV-2 variation analysis workflows on input data you provide.
Stars: ✭ 18 (-50%)
Mutual labels:  usegalaxy
tools-devteam
Contains a set of Galaxy Tools mostly written by the Galaxy Team.
Stars: ✭ 37 (+2.78%)
Mutual labels:  usegalaxy
admin-training
Galaxy Admin Training
Stars: ✭ 55 (+52.78%)
Mutual labels:  usegalaxy
usegalaxy-playbook
Ansible Playbook for usegalaxy.org
Stars: ✭ 30 (-16.67%)
Mutual labels:  usegalaxy
galaxy-hub
Galaxy Community Hub
Stars: ✭ 80 (+122.22%)
Mutual labels:  usegalaxy
argparse2tool
transparently build CWL and Galaxy XML tool definitions for any script that uses argparse
Stars: ✭ 24 (-33.33%)
Mutual labels:  usegalaxy

CloudMan is a cloud infrastructure and application manager, primarily for Galaxy.

Test Coverage Report Travis Build Status

Installation

CloudMan is intended to be installed via the CloudMan Helm chart.

Run locally for development

git clone https://github.com/galaxyproject/cloudman.git
cd cloudman
pip install -r requirements.txt
python cloudman/manage.py migrate
gunicorn --log-level debug cloudman.wsgi

The CloudMan API will be available at http://127.0.0.1:8000/cloudman/api/v1/

To add the UI, see https://github.com/cloudve/cloudman-ui

Build Docker image

To build a Docker image, run docker build -t galaxy/cloudman:latest . Push it to Dockerhub with:

docker login
docker push galaxy/cloudman:latest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].