瀏覽代碼

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 {

Loading…
取消
儲存