使用 JavaScript能使本网站更好的工作。
首页
探索
Drone
帮助
登录
junshang
/
rnaseq-engineering
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
11
百科
动态
浏览代码
add sam as hisat2 output
tags/v0.2.5
stead99
4 年前
父节点
a092c433b0
当前提交
3c076d97d5
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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"
}
}
撰写
预览
正在加载...
取消
保存