This website works better with JavaScript.
首頁
探索
Drone
說明
登入
YaqingLiu
/
bedtools-multicov
複製自
junshang/bedtools
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
revised-bedtools-task
master
stead99
5 年之前
父節點
46a8dbfdf6
當前提交
a1d233e76e
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
workflow.wdl
+ 2
- 2
workflow.wdl
查看文件
@@ -10,8 +10,8 @@ workflow {{ project_name }} {
call bedtools.bedtools as bedtools {
input:
Array[File]
bam=sample[0],
Array[File]
bai_files=sample[1],
bam=sample[0],
bai_files=sample[1],
bed_file=bed_file
}
Write
Preview
Loading…
取消
儲存