package bistro

  1. Overview
  2. Docs
type 'a sample = {
  1. id : string;
  2. tissue : string;
  3. factor : string;
  4. replicate : string;
  5. bam : Defs.bam Bistro.Std.workflow;
  6. peaks : Defs.bed3 as 'a Bistro.Std.workflow;
}
type output = [ `ChIPQC ] Bistro.Std.directory
val run : 'a sample list -> output Bistro.Std.workflow