瀏覽代碼

revise-tophat

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

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

} }


output { output {
File accepted_hits = baseout + "_accepted_hits.bam"
File unmapped_bam = baseout + "_unmapped.bam"
File accepted_hits = "${baseout}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
} }
} }

Loading…
取消
儲存