Преглед изворни кода

更新 'tasks/CNVkit.wdl'

master
meng пре 2 година
родитељ
комит
42fd30ea9b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tasks/CNVkit.wdl

+ 1
- 1
tasks/CNVkit.wdl Прегледај датотеку

@@ -22,7 +22,7 @@ task cnvkit{
echo ${sample}

/root/miniconda2/bin/cnvkit.py batch ${tumor_bam} -n ${normal_bam} -m wgs -f ${ref_dir} --annotate ${ref_flat} -p $nt
/root/miniconda2/bin/cnvkit.py batch ${tumor_bam} -n ${normal_bam} -m wgs -f ${ref_dir}/${fasta} --annotate ${ref_flat} -p $nt

# Check noise

Loading…
Откажи
Сачувај