String cluster | String cluster | ||||
command <<< | command <<< | ||||
tophat -p 6 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2} | |||||
tophat2 -p 6 -G ${gtf} --library-type fr-unstranded --solexa-quals -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2} | |||||
>>> | >>> | ||||
runtime { | runtime { |