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.internals/Bistro_internals/Command/index.html

Module Bistro_internals.Command

module Docker_image : sig ... end
module Singularity_image : sig ... end
type container_image =
  1. | Docker_image of Docker_image.t
  2. | Singularity_image of Singularity_image.t
val docker_image : ?tag:string -> ?registry:string -> account:string -> name:string -> unit -> container_image

Construct a description of a publicly available docker image

type 'a t =
  1. | Within_container of container_image list * 'a t
  2. | Simple_command of 'a Template.t
  3. | And_list of 'a t list
  4. | Or_list of 'a t list
  5. | Pipe_list of 'a t list
val map : 'a t -> f:('a -> 'b) -> 'b t
val deps : 'a t -> 'a list
val uses_container : 'a t -> bool
OCaml

Innovation. Community. Security.