瀏覽代碼

revise-tophat

master
stead99 5 年之前
父節點
當前提交
6a90f9b40b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/tophat2.wdl

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

@@ -10,7 +10,7 @@ task tophat2 {
String cluster

command <<<
tophat2 -p 8 -G ${gtf} -o ${base} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat -p 8 -G ${gtf} -o ${base} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {

Loading…
取消
儲存