瀏覽代碼

test

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

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

@@ -7,10 +7,10 @@ task access {
String docker
String cluster_config
String disk_size
Boolean amplicon = if (method == "amplicon") then "true" else "false"

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

Loading…
取消
儲存