浏览代码

add sam as hisat2 output

tags/v0.2.5
stead99 4 年前
父节点
当前提交
3c076d97d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      tasks/hisat2.wdl

+ 1
- 0
tasks/hisat2.wdl 查看文件

} }


output { output {
File sam=sample_id + ".sam"
File unmapread_1p=sample_id + "_un.fq.1.gz" File unmapread_1p=sample_id + "_un.fq.1.gz"
File unmapread_2p=sample_id + "_un.fq.2.gz" File unmapread_2p=sample_id + "_un.fq.2.gz"
} }

正在加载...
取消
保存