Module Bistro_bioinfo.Macs
type gsize = [ | `hs| `mm| `ce| `dm| `gsize of int
]type keep_dup = [ | `all| `auto| `int of int
]class type output = object ... endval run :
?control:'a Bistro.pworkflow list ->
?petdist:int ->
?gsize:gsize ->
?tsize:int ->
?bw:int ->
?pvalue:float ->
?mfold:(int * int) ->
?nolambda:bool ->
?slocal:int ->
?llocal:int ->
?on_auto:bool ->
?nomodel:bool ->
?shiftsize:int ->
?keep_dup:keep_dup ->
?to_large:bool ->
?wig:bool ->
?bdg:bool ->
?single_profile:bool ->
?space:int ->
?call_subpeaks:bool ->
?diag:bool ->
?fe_min:int ->
?fe_max:int ->
?fe_step:int ->
'a format ->
'a Bistro.pworkflow list ->
output Bistro.pworkflow