package bistro-bio

  1. Overview
  2. Docs
type 'a format
val sort : ?on:[ `name | `position ] -> Formats.bam Bistro.file -> Formats.bam Bistro.file
val indexed_bam_of_sam : Formats.sam Bistro.file -> [ `indexed_bam ] Bistro.directory
val indexed_bam_of_bam : Formats.bam Bistro.file -> [ `indexed_bam ] Bistro.directory
val indexed_bam_to_bam : [ `indexed_bam ] Bistro.directory -> Formats.bam Bistro.file
val view : output:'o format -> ?h:bool -> ?_H:bool -> ?q:int -> < file_kind : [ `regular ] ; format : [< `bam | `sam ].. > Bistro.file -> 'o Bistro.file
val faidx : Formats.fasta Bistro.file -> [ `indexed_fasta ] Bistro.directory
val fasta_of_indexed_fasta : [ `indexed_fasta ] Bistro.directory -> Formats.fasta Bistro.file
val flagstat : < Bistro.regular_file_t ; format : [< `bam | `sam ].. > Bistro.file -> Bistro.text Bistro.file
val rmdup : ?single_end:bool -> [ `indexed_bam ] Bistro.directory -> Formats.bam Bistro.file