This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Python workflow/pipeline repository?

Is there a repository of Python workflows/pipelines? For example, Taverna workflows can be found at the myExperiment website. Is there anything similar for pure Python based workflows/pipelines? Even systems that use Python only for a glue language would be useful. (My actual interest is in seeing how Python scripts are used to control external tools.)

repository pipeline workflow python

3 answers

You might take a look at snakemake and the snakemake workflow repository:

https://bitbucket.org/johanneskoester/snakemake-workflows/src

https://bcbio-nextgen.readthedocs.org/en/latest/

There are also python based workflow engines: snakemake, ruffus and others.

Blacktie for RNA-seq

Log in to answer this question.