Module Bistro_utils.Repo

type item
type t = item list
val (%>) : string list ‑> _ Bistro.Std.workflow ‑> item
val singleton : string ‑> _ Bistro.Std.workflow ‑> t
val add_prefix : string list ‑> t ‑> t
val shift : string ‑> t ‑> t
val to_term : ?⁠precious:Bistro.any_workflow list ‑> outdir:string ‑> t ‑> unit Term.t
val build : ?⁠np:int ‑> ?⁠mem:[ `GB of int ] ‑> ?⁠logger:Bistro_engine.Scheduler.logger ‑> ?⁠keep_all:bool ‑> ?⁠precious:Bistro.any_workflow list ‑> ?⁠bistro_dir:string ‑> outdir:string ‑> t ‑> unit