Browse Source

file location

master
LUYAO REN 6 years ago
parent
commit
f8f67549ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/Freebayes.wdl

+ 1
- 1
tasks/Freebayes.wdl View File

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

Loading…
Cancel
Save