瀏覽代碼

alter judge condition

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

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

@@ -8,8 +8,11 @@ task access {
String cluster_config
String disk_size

Boolean amplicon = if (method == "amplicon") then true else false

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

Loading…
取消
儲存