浏览代码

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 {

正在加载...
取消
保存