瀏覽代碼

更新 'tasks/batch.wdl'

master
liuruimei 3 年之前
父節點
當前提交
48f48209e0
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      tasks/batch.wdl

+ 3
- 2
tasks/batch.wdl 查看文件

@@ -2,7 +2,6 @@ task batch {
String sample_id
Array[File] tumor_bam
Array[File] normal_bam
File bed
File faidx
File fasta
File? ref_flat
@@ -39,13 +38,15 @@ task batch {
mkdir results
cnvkit.py batch -p $nt ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--method ${method} --segment-method ${segment_method} \
--targets target.bed ${access_opt} ${annotate_opt} \
${access_opt} ${annotate_opt} \
--fasta hg_ref.fa ${reference_opt} \
--output-reference ${sample_id}.reference.cnn \
--output-dir ./results/ \
--drop-low-coverage --diagram --scatter
cp ${sample_id}.reference.cnn ~/${sample_id}.reference.cnn
>>>

runtime {

Loading…
取消
儲存