package bistro

  1. Overview
  2. Docs
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.engine/Bistro_engine/Execution_trace/Run_details/index.html

Module Execution_trace.Run_detailsSource

Sourcetype t =
  1. | Input of {
    1. id : string;
    2. path : string;
    3. pass : bool;
    }
  2. | Select of {
    1. id : string;
    2. dir_path : string;
    3. sel : string list;
    4. pass : bool;
    }
  3. | Shell of {
    1. id : string;
    2. descr : string;
    3. outcome : Outcome.t;
    4. cmd : string;
    5. file_dumps : Shell_command.file_dump list;
    6. cache : string option;
    7. stdout : string;
    8. stderr : string;
    }
  4. | Plugin of {
    1. id : string;
    2. descr : string;
    3. outcome : Outcome.t;
    }
  5. | Container_image_fetch of {
    1. id : string;
    2. outcome : (unit, [ `Singularity_failed_pull of int * string ]) result;
    }
Sourceval id : t -> string
Sourceval name : t -> string
Sourceval succeeded : t -> bool
Sourceval error_short_descr : t -> string
  • raises [Invalid_argument]

    is succeeded r

Sourceval error_long_descr : t -> Db.t -> Buffer.t -> string -> unit
OCaml

Innovation. Community. Security.