Skip to content
forked from IGS/Chiron

Tools and utilities for running Dockerized metagenomics tools in the Cloud

Notifications You must be signed in to change notification settings

stevetsa/Chiron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chiron*

Centralized access to Dockerized tools and pipelines for metagenomics developed by the Human Microbiome Project members. Initially developed for the HMP Cloud Workshop.

* Pronounced KY-rən

Why Chiron?

This was initially organized for a training workshop held by the Human Microbiome Project. We want this organization of utilities to be useful for others, so an independent project was created. The name 'Chiron' was used to reflect its initial use in training. In Greek mythology Chiron was the centaur who trained greats such as Aeneas, Heracles, Jason and Achilles.

How to run

There are two primary ways we intend for this to be run. First, we will supply CWL pipelines for many tools which will allow you to run entire analysis paths at once in both a local and distributed manner. This is under development, and not yet available.

Second, you can launch an interactive session for any of the tools within a Docker image.

Get on a cloud machine (optional)

If you want to run things on a cloud machine, you can launch an Amazon Virtual Machine. To just run on your local machine instead, skip to the next step.

Try an interactive session

If you want to use a specific tool's docker image, you'll need to first make sure you have Docker installed, reboot, then download or clone Chiron like this:

$ git clone https://github.com/IGS/Chiron.git

Under the Chiron/bin/ directory this creates, you'll find scripts to run each tool such as:

$ ./Chiron/bin/humann2_interactive

This will download the Docker image if you don't already have it, then drop you to a terminal within it.

Run a pre-built analysis pipeline

Docker-enabled pipelines have been written for several analysis tools using Common Workflow Language (CWL). These are available for viewing here, but work is underway to create user-friendly launchers for them. These should be available by June 15.

Existing tools/Docker images:

  • umigs/chiron-core - Includes the HMP Client and common utilities
  • umigs/chiron-humann2
  • umigs/chiron-metacompass
  • umigs/chiron-metaviz
  • umigs/chiron-phlan - Suite of -PhlAn tools, includes:
    • MetaPhlAn2
    • GraPhlAn
    • PanPhlAn
    • StrainPhlAn
  • umigs/chiron-qiime2
  • umigs/chiron-valet

Try a Cloud session on Amazon

To create and configure your Amazon AWS cloud environment to execute the tools and Docker containers presented in the workshop, please use the following guide:

Cloud Workshop AWS Setup Guide

For general instructions about launching virtual machines on AWS, Amazon has provided useful instructions here:

Launch a VM on Amazon AWS

Related Links:

About

Tools and utilities for running Dockerized metagenomics tools in the Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.2%
  • Perl 19.6%
  • Python 6.4%
  • Shell 5.3%
  • Makefile 1.4%
  • R 0.1%