Просмотр исходного кода

更新 'tasks/CNVkit.wdl'

master
meng 2 лет назад
Родитель
Сommit
e06c440cc7
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      tasks/CNVkit.wdl

+ 2
- 1
tasks/CNVkit.wdl Просмотреть файл

@@ -17,10 +17,11 @@ task cnvkit{

set -o pipefail
set -e
nt=$(nproc)
echo ${sample}

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

#/root/miniconda2/bin/cnvkit.py scatter ${sample}.cnr -s ${sample}.cns -o ${sample}_scatter.pdf


Загрузка…
Отмена
Сохранить