Browse Source

alter count

master
YaqingLiu 4 years ago
parent
commit
e4993634dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/Count.wdl

+ 1
- 1
tasks/Count.wdl View File

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

command <<<
python /bed/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…
Cancel
Save