package bistro

  1. Overview
  2. Docs
class type output = object ... end
val tophat1 : ?color:bool -> Bowtie.index Bistro.pworkflow -> [ `single_end of fastq Bistro.pworkflow list | `paired_end of fastq as 'a Bistro.pworkflow list * 'a Bistro.pworkflow list ] -> output Bistro.pworkflow
val tophat2 : Bowtie2.index Bistro.pworkflow -> [ `single_end of fastq Bistro.pworkflow list | `paired_end of fastq as 'a Bistro.pworkflow list * 'a Bistro.pworkflow list ] -> output Bistro.pworkflow