瀏覽代碼

file location

master
LUYAO REN 6 年之前
父節點
當前提交
f8f67549ac
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/Freebayes.wdl

+ 1
- 1
tasks/Freebayes.wdl 查看文件

set -o pipefail set -o pipefail
set -e set -e
nt=$(nproc) 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 { runtime {

Loading…
取消
儲存