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

更新 'tasks/battenberg.wdl'

master
biochenglinliu 1 год назад
Родитель
Сommit
41440b2fa8
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      tasks/battenberg.wdl

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

@@ -17,7 +17,7 @@ task battenberg {
samtools index ./${normal_id}.sorted.deduped.nochr.bam
samtools index ./${sample_id}.sorted.deduped.nochr.bam
cp /opt/battenberg_reference/battenberg_wgs.R ./
Rscript ./battenberg_wgs.R -t ${sample_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${sample_id}.sorted.deduped.nochr.bam --cpu 10 --sex female -o ./
Rscript ./battenberg_wgs.R -t ${sample_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${sample_id}.sorted.deduped.nochr.bam --cpu 4 --sex female -o ./
mkdir ${sample_id}_chr_png
cp ${sample_id}_subclones_chr*.png ./${sample_id}_chr_png/
tar zcvf ./${sample_id}_chr_png.tgz ./${sample_id}_chr_png/

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