瀏覽代碼

test

master
YaqingLiu 4 年之前
父節點
當前提交
73bc2d84c8
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      tasks/access.wdl

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

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

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

runtime {

Loading…
取消
儲存