chowington / makeflow-examples

Example workflows for the Makeflow workflow system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makeflow Examples Repository

This is an repository of sample workflows for use with the Makeflow workflow system. You can use as examples of how to use Makeflow, or to benchmark the performance of your system. If you have an interesting workflow, we would be happy to add it here; please make a pull request.

We recommend the following citation for this data:

Nick Hazekamp and Douglas Thain, Makeflow Examples Repository, http://github.com/cooperative-computing-lab/makeflow-examples, 2017.

Some of these examples are more complete than others, as described in the README.md files in each directory:

  • BLAST, SSAHA, BWA, and SHRIMP contain complete instructions for downloading software, generating sample data, and creating and running complete workflows from scratch. The other examples are static snapshots of workflows for display or analysis, but do not contain the actual applications necessary to run them.

  • It should be noted that the sample data that is generated in these is complelely random and has no value other than for showing these workflows in action. As a result some generated behavior may appear to cause issues when programs expect some format or quality guarantee.

BLAST workflow adapted from the Biocompute web portal. (Shown at a scale of 10 splits.)
SSAHA genomics analysis workflow, courtesy of Scott Emrich and Notre Dame Bioinformatics Laboratory. (Shown at scale of 25 splits.)
BWA genomics analysis workflow, courtesy of Scott Emrich and Notre Dame Bioinformatics Laboratory. (Shown at scale of 20 splits.)
SHRIMP genomics analysis workflow adapted from the Biocompute web portal. (Shown at a scale of 100 splits.)
Lifemapper Species Distribution Modeling (SDM) workflow, courtesy of C.J. Grady. (Shown at scale of 10 species and 5 random trials.)
SNPEXP Genomics analysis workflow courtesy of Scott Emrich and Notre Dame Bioinformatics Laboratory.
BWA-GATK genomics workflow by Nick Hazekamp and Olivia Choudhury.

About

Example workflows for the Makeflow workflow system.


Languages

Language:Python 79.8%Language:Perl 17.4%Language:Shell 2.8%