package bistro

  1. Overview
  2. Docs
type bam = ([ `bam ], [ `binary ]) Bistro.Std.file
class type bed3 = object ... end
class type bed4 = object ... end
class type bed5 = object ... end
class type bed6 = object ... end
type fasta = ([ `fasta ], [ `text ]) Bistro.Std.file
class type gff = object ... end
type 'a fastq = ([ `fastq of 'a ], [ `text ]) Bistro.Std.file
type sam = ([ `sam ], [ `text ]) Bistro.Std.file
type sra = ([ `sra ], [ `binary ]) Bistro.Std.file
type indexed_bam = [ `indexed_bam ] Bistro.Std.directory