open Bistro.EDSL open Bistro.Std open Core open File_formats open Bistro_bioinfo.Std type pcoc_out type diffsel_out type det_out = | Pcoc_out | Diffsel_out val pcoc : ?gamma : bool -> faa : aminoacid_fasta workflow -> tree : _ workflow -> (*[`pcoc]*) det_out directory workflow val diffsel : phy_n : nucleotide_phylip workflow -> tree : _ workflow -> w_every : int -> n_cycles: int -> (*[`diffsel]*) det_out directory workflow