浏览代码

revise-reference

master
stead99 5 年前
父节点
当前提交
1df034ab08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl 查看文件

String cluster String cluster


command <<< command <<<
tophat2 -p 8 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat -p 6 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>> >>>
runtime { runtime {

正在加载...
取消
保存