Giter Club home page Giter Club logo

sciflow's Introduction

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

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.

sciflow's People

Contributors

kaizhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sciflow's Issues

`runParser` conflict

runParser conflict:

Ambiguous occurrence ‘runParser’
    It could refer to either ‘Options.Applicative.runParser’,
    imported from ‘Options.Applicative’ at src/Scientific/Workflow/Main/Options.hs:9:1-36
    (and originally defined in ‘Options.Applicative.Common’)
  or ‘Scientific.Workflow.Main.Options.runParser’,
    defined at src/Scientific/Workflow/Main/Options.hs:58:1

Provide multiple data store backends

Sqlite is OK for storing small data. The rationale of using sqlite is that the states of computation steps are going to be small, but this may not be true for everyone. Sometimes it would be convenient to just store some huge intermediate results in the states rather than to create some temp files. For large binary data, using file system as the data store may be a better approach.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.