瀏覽代碼

fix bug: add -s into access.wdl

master
YaqingLiu 4 年之前
父節點
當前提交
1307c333bc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/access.wdl

+ 1
- 1
tasks/access.wdl 查看文件

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…
取消
儲存