ソースを参照

test if

master
YaqingLiu 4年前
コミット
91f88747b3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/access.wdl

+ 1
- 1
tasks/access.wdl ファイルの表示

@@ -9,7 +9,7 @@ task access {
String disk_size

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

読み込み中…
キャンセル
保存