package bistro
A library to build and run distributed scientific workflows
Install
Dune Dependency
Authors
Maintainers
Sources
bistro-0.6.0.tbz
sha256=146177faaaa9117a8e2bf0fd60cb658662c0aa992f35beb246e6fd0766050e66
sha512=553fe0c20f236316449b077a47e6e12626d193ba1916e9da233e5526dd39090e8677277e1c79baace3bdc940cb009f25431730a8efc00ae4ed9cc42a0add9609
doc/bistro.internals/Bistro_internals/Workflow/index.html
Module Bistro_internals.Workflow
Source
Source
type container_image =
| Docker_image of Docker_image.t
| Singularity_image of Singularity_image.t
Source
val docker_image :
?tag:string ->
?registry:string ->
account:string ->
name:string ->
unit ->
container_image
Source
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
| Trywith : {
} -> 'a t
| Ifelse : {
} -> 'a t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>