module Configuration:sig
..end
type
t = {
|
name : |
|
min_reads : |
|
protein_sequence_length : |
|
parameters : |
val to_json : t -> Yojson.Basic.json
val render : t -> string list
val default : t
val name : t -> string