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

+ 2
- 2
tasks/batch.wdl ファイルの表示

@@ -41,9 +41,9 @@ task batch {
--method ${method} --segment-method ${segment_method} \
--targets amplicon.bed ${access_opt} ${annotate_opt} \
--fasta hg38.fa ${reference_opt} \
--output-reference ~/${sample_id}.reference.cnn \
--output-reference ${sample_id}.reference.cnn \
--output-dir ./results/ \
--drop-low-coverage --diagram --scatter
--drop-low-coverage --diagram --scatter --antitarget-avg-size 200000
>>>

runtime {

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