浏览代码

add-cluster

master
stead99 5 年前
父节点
当前提交
26e9bdf92d
共有 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"
} }
} }

正在加载...
取消
保存