Pārlūkot izejas kodu

更新 'tasks/battenberg.wdl'

master
biochenglinliu pirms 1 gada
vecāks
revīzija
6f9392dab6
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      tasks/battenberg.wdl

+ 5
- 2
tasks/battenberg.wdl Parādīt failu

samtools index ./${tumor_id}.sorted.deduped.nochr.bam samtools index ./${tumor_id}.sorted.deduped.nochr.bam
cp /opt/battenberg_reference/battenberg_wgs.R ./ cp /opt/battenberg_reference/battenberg_wgs.R ./
Rscript ./battenberg_wgs.R -t ${tumor_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${tumor_id}.sorted.deduped.nochr.bam --cpu 10 --sex female -o ./ Rscript ./battenberg_wgs.R -t ${tumor_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${tumor_id}.sorted.deduped.nochr.bam --cpu 10 --sex female -o ./
mkdir ${tumor_id}_chr_png
cp ${tumor_id}_subclones_chr*.png ./${tumor_id}_chr_png/
tar zcvf ./${tumor_id}_chr_png.tgz ./${tumor_id}_chr_png/

>>> >>>


runtime { runtime {
File germline_png = "${tumor_id}.germline.png" File germline_png = "${tumor_id}.germline.png"
File coverage_png = "${tumor_id}_coverage.png" File coverage_png = "${tumor_id}_coverage.png"
File alleleratio_png = "${tumor_id}_alleleratio.png" File alleleratio_png = "${tumor_id}_alleleratio.png"
File chr_png = "${tumor_id}_chr_png.tgz"
} }


} }

Notiek ielāde…
Atcelt
Saglabāt