Browse Source

更新 'tasks/access.wdl'

master
liuruimei 3 years ago
parent
commit
385377d7f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/access.wdl

+ 1
- 1
tasks/access.wdl View File

@@ -9,7 +9,7 @@ task access {
String disk_size

command <<<
if [ ${method} == "amplicon" ]; then
if [ ${method} == "wgs" ]; then
cp ${bed} access-mappable.bed
else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}

Loading…
Cancel
Save