String cluster | String cluster | ||||
command { | command { | ||||
tophat2 -p 8 -G ${gtf} -o {base} ${genome_directory}/${idx_prefix} ${read1} ${read2} | |||||
tophat2 -p 8 -G ${gtf} -o ${base} ${genome_directory}/${idx_prefix} ${read1} ${read2} | |||||
} | } | ||||
runtime { | runtime { |