项目作者: komparo

项目描述 :
A showcase and characterisation of pipeline frameworks (aka workflow managers)
高级语言: Python
项目地址: git://github.com/komparo/rosetta-pipeline.git
创建时间: 2018-12-07T15:56:21Z
项目社区:https://github.com/komparo/rosetta-pipeline

开源协议:GNU General Public License v3.0

下载


Rosetta pipeline: A showcase and comparison of pipeline frameworks

Build
Status

A lot of pipeline frameworks
exist
, each containing
a different (and sometimes exotic) syntax. Because of this, it can be
confusing to choose the appropriate framework for a particular use case.
This is further complicated by an inconsistent terminology between
frameworks. For example, rules (make and snakemake), processes
(nextflow), tasks (WDL), jobs (CWL) and stages (martian) all refer to
the exact same concept in different pipeline specifications.

Here we try to create:

Structure

  • tasks contains the task description and examples for each
    framework.
  • comparison contains the working
    document
    and a comparison of frameworks.
  • containers contains the dockerfiles for each
    framework. These are used for executing the example
    workflows.

Tasks & examples

Task Frameworks
One task make, snakemake, nextflow, luigi, airflow, toil, cromwell, drake
One task cached make, snakemake, nextflow, luigi, cromwell
Chain snakemake, nextflow, cromwell
Merge snakemake, nextflow
Run in docker nextflow, cromwell
Split merge snakemake, nextflow
Module as is snakemake
Alternative paths nextflow

Running the examples

  1. Install conda and docker
  2. Clone this repo: git clone git@github.com:komparo/rosetta-pipeline.git && cd rosetta-pipeline
  3. Install the conda environment: conda env create -f assets/env/environment.yml
  4. Activate the environment: conda activate rosettapipeline
  5. Run snakemake: snakemake. A first build can take a while because
    all docker containers have to be built. To run only one framework,
    use snakemake --config framework_id=nextflow.

Contributing

We welcome contributions of any kind. See
assets/contributing.md.

A contribution implies that you agree with the Code of
conduct
.

Further reading

Opinions

Lists and rankings

Reviews