package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=0ccb7c97728c94d17494b150192f6162
sha512=61dbd0ee5b98cd5fb8871d653aef0e440c318e9fbca439c3b0e4f86a32fa03c2a8a4770cd96b929b21b378db6788fa7d4df15935370be5b7b227564a31994998

doc/bistro.bioinfo/Bistro_bioinfo/Macs/index.html

Module Bistro_bioinfo.Macs

type gsize = [
  1. | `hs
  2. | `mm
  3. | `ce
  4. | `dm
  5. | `gsize of int
]
type keep_dup = [
  1. | `all
  2. | `auto
  3. | `int of int
]
type _ format
class type output = object ... end
val sam : sam format
val bam : bam format
val 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
class type peaks_xls = object ... end
class type narrow_peaks = object ... end
class type peak_summits = object ... end
OCaml

Innovation. Community. Security.