package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=0ccb7c97728c94d17494b150192f6162
sha512=61dbd0ee5b98cd5fb8871d653aef0e440c318e9fbca439c3b0e4f86a32fa03c2a8a4770cd96b929b21b378db6788fa7d4df15935370be5b7b227564a31994998

doc/bistro.utils/Bistro_utils/Repo/index.html

Module Bistro_utils.Repo

type item
type t = item list
val (%>) : string list -> 'a Bistro.path Bistro.workflow -> item
val item : string list -> 'a Bistro.path Bistro.workflow -> item
val singleton : string -> 'a Bistro.path Bistro.workflow -> t
val items : string list -> prefix:string -> ?ext:string -> 'a Bistro.path list Bistro.workflow -> item
val add_prefix : string list -> t -> t
val shift : string -> t -> t
val build_main : ?np:int -> ?mem:[ `GB of int ] -> ?loggers:Bistro_engine.Logger.t list -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?bistro_dir:string -> ?collect:bool -> outdir:string -> t -> unit
val build : ?np:int -> ?mem:[ `GB of int ] -> ?loggers:Bistro_engine.Logger.t list -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?bistro_dir:string -> ?collect:bool -> outdir:string -> t -> unit Lwt.t
val to_workflow : outdir:string -> t -> unit Bistro.workflow
OCaml

Innovation. Community. Security.