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 {

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