= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
A library to build and run distributed workflows
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v0.4.0.tar.gz
md5=2b9921e3a0ad46fcb677644012b2f01f
Description
bistro is an OCaml library to build and run computations represented by a collection of interdependent scripts, as is often found in data analysis (especially computational biology).
Features:
- build complex and composable workflows declaratively
- simple and lightweight wrapping of new components
- resume-on-failure: if something fails, fix it and the workflow will restart from where it stopped
- parallel workflow execution
- development-friendly: when a script is modified, bistro automatically finds out what needs to be recomputed
- automatic naming of generated files
- static typing: detect file format errors at compile time!
The library provides a datatype to represent scripts (including metadata and dependencies), an engine to run workflows and a standard library providing components for popular tools (although mostly related to computational biology and unix for now).
Published: 17 Jun 2018
Dependencies (8)
-
tyxml
>= "4.0"
- rresult
-
ppx_sexp_conv
< "v0.12"
-
ocamlgraph
>= "1.8.7"
- lwt
-
core
>= "v0.11.0" & < "v0.12"
-
jbuilder
>= "1.0+beta8"
-
ocaml
>= "4.03.0"
Dev Dependencies
-
None
Used by (1)
Conflicts
-
None
On This Page