package bistro
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.internals/Bistro_internals/Workflow/index.html
Module Bistro_internals.Workflow
type _ t =
| Pure : {
} -> 'a t
| App : {
} -> 'b t
| Both : {
} -> ('a * 'b) t
| List : {
id : string;
elts : 'a t list;
} -> 'a list t
| Eval_path : {
} -> string t
| Spawn : {
} -> 'b list t
| List_nth : {
id : string;
elts : 'a list t;
index : int;
} -> 'a t
| Input : {
} -> path t
| Select : {
} -> path t
| Plugin : ('a plugin, any) step -> 'a t
| Shell : (shell_command, any) step -> path t
| Glob : {
} -> path list t
and ('a, 'b) step = {
id : string;
descr : string;
task : 'a;
np : int;
(*Required number of processors
*)mem : int t option;
(*Required memory in MB
*)version : int option;
(*Version number of the wrapper
*)deps : 'b list;
}
val id : 's. 's t -> string
module Any : sig ... end
val pure : id:string -> 'a -> 'a t
val pure_data : 'a -> 'a t
val int : 'a -> 'a t
val string : 'a -> 'a t
module Set : sig ... end
module Table : sig ... end
module Map : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>