Bistro_bioinfo.Tophatclass type output = object ... endval 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.pworkflowval 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.pworkflowval accepted_hits : output Bistro.pworkflow -> bam Bistro.pworkflowval junctions : output Bistro.pworkflow -> bed6 Bistro.pworkflow