Procházet zdrojové kódy

file location

master
LUYAO REN před 6 roky
rodič
revize
f8f67549ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/Freebayes.wdl

+ 1
- 1
tasks/Freebayes.wdl Zobrazit soubor

@@ -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 {

Načítá se…
Zrušit
Uložit