浏览代码

alter count

master
YaqingLiu 4 年前
父节点
当前提交
e02e9b8f9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/Count.wdl

+ 1
- 1
tasks/Count.wdl 查看文件

@@ -8,7 +8,7 @@ task Count {
String disk_size

command <<<
python count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
python /count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>

runtime {

正在加载...
取消
保存