Przeglądaj źródła

file location

master
LUYAO REN 6 lat temu
rodzic
commit
f8f67549ac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/Freebayes.wdl

+ 1
- 1
tasks/Freebayes.wdl Wyświetl plik

@@ -15,7 +15,7 @@ task Freebayes {
set -o pipefail
set -e
nt=$(nproc)
freebayes-parallel <(/opt/freebayes/scripts/fasta_generate_regions.py ${ref_dir}/${ref_fa_fai} 100) $nt -f ${ref_dir}/${fasta} --genotype-qualities ${Dedup_bam} > ${sample}_fb.vcf
/opt/freebayes/scripts/freebayes-parallel <(/opt/freebayes/scripts/fasta_generate_regions.py ${ref_dir}/${ref_fa_fai} 100) $nt -f ${ref_dir}/${fasta} --genotype-qualities ${Dedup_bam} > ${sample}_fb.vcf
>>>

runtime {

Ładowanie…
Anuluj
Zapisz