Popularity
8.3
Stable
Activity
0.0
Stable
50
10
3

Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Tags: Control    
Latest version: v0.6.0

SciFlow alternatives and similar packages

Based on the "Control" category.
Alternatively, view SciFlow alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SciFlow or a related project?

Add another 'Control' Package

README

Scientific workflow management system

SciFlow is a DSL for building type-safe computational workflows. SciFlow is implemented based on the Free Arrow and is heavily inspired by the funflow package. The differences between SciFlow and funflow are:

  1. SciFlow uses Template Haskell to ease the process of workflow specification and to allow composition and reuse of defined workflows.

  2. SciFlow supports distributed computing thanks to Cloud Haskell!

[Design](design.png)

Features

  1. Easy to use and safe: Provide a simple and flexible way to design type safe computational pipelines in Haskell.

  2. Automatic Checkpointing: The states of intermediate steps are automatically logged, allowing easy restart upon failures.

  3. Parallelism and distributed computing support.

Examples

See examples in the "examples" directory for more details.

Featured applications

Here are some bioinformatics pipelines built with SciFlow.