瀏覽代碼

revise-reference

master
stead99 5 年之前
父節點
當前提交
90a0cc61f0
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      tasks/tophat2.wdl

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

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

command <<<
tophat -p 8 -G ${gtf} -o baseout ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {
runtime {
docker: docker
cluster: cluster
systemDisk: "cloud_ssd 40"

Loading…
取消
儲存