Browse Source

fix bug: add -s into access.wdl

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

+ 1
- 1
tasks/access.wdl View File

String disk_size String disk_size


command <<< command <<<
cnvkit.py access ${ref_dir}/${fasta} -o access-5kb-mappable.hg38.bed
cnvkit.py access ${ref_dir}/${fasta} -s 5000 -o access-5kb-mappable.hg38.bed
>>> >>>
runtime { runtime {

Loading…
Cancel
Save