Browse Source

alter count

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

+ 1
- 1
tasks/Count.wdl View File

String disk_size String disk_size


command <<< 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 { runtime {

Loading…
Cancel
Save