Переглянути джерело

benchmark file name

master
LUYAO REN 5 роки тому
джерело
коміт
69f0fb01be
2 змінених файлів з 5 додано та 5 видалено
  1. +4
    -4
      tasks/benchmark.wdl
  2. +1
    -1
      tasks/sentieon.wdl

+ 4
- 4
tasks/benchmark.wdl Переглянути файл

@@ -23,13 +23,13 @@ task benchmark {
/opt/rtg-tools/dist/rtg-tools-3.10.1-4d58ead/rtg index -f vcf ${sample}.rtg.vcf.gz

if [ ${sample_mark} == "LCL5" ];then
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL5.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL5.consensus.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
elif [ ${sample_mark} == "LCL6" ]; then
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL6.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL6.consensus.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
elif [ ${sample_mark} == "LCL7" ]; then
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL7.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL7.consensus.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
elif [ ${sample_mark} == "LCL8" ]; then
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL8.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
/opt/hap.py/bin/hap.py ${benchmarking_dir}/LCL8.consensus.vcf.gz ${sample}.rtg.vcf.gz --threads $nt -o ${sample}
else
echo "only for quartet samples"
fi

+ 1
- 1
tasks/sentieon.wdl Переглянути файл

@@ -12,7 +12,7 @@ task sentieon {
set -o pipefail
set -e
cat ${aln_metrics} | sed -n '2,2p' > aln_metrics.header
cat ${aln_metrics} | sed -n '2,2p' > ${sample_name}.aln_metrics
cat ${aln_metrics} | sed -n '3,3p' > ${sample_name}.aln_metrics
cat ${dedup_metrics} | sed -n '2,2p' > dedup_metrics.header
cat ${dedup_metrics} | sed -n '3,3p' > ${sample_name}.dedup_metrics
cat ${is_metrics} | sed -n '2,2p' > is_metrics.header

Завантаження…
Відмінити
Зберегти