浏览代码

first commit

master
LUYAO REN 3 年前
父节点
当前提交
5a2ef86f70
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/GVCFtyper.wdl

+ 2
- 2
tasks/GVCFtyper.wdl 查看文件

set -e set -e
export SENTIEON_LICENSE=192.168.0.55:8990 export SENTIEON_LICENSE=192.168.0.55:8990
nt=$(nproc) nt=$(nproc)
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} --algo GVCFtyper ${project}.${chromo}joint.g.vcf ${sep=" " gvcfs}
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} --algo GVCFtyper ${project}.${chromo}.joint.g.vcf ${sep=" " gvcfs}
>>> >>>
runtime { runtime {
} }


output { output {
File gvcf = "${project}.${chromo}joint.g.vcf"
File gvcf = "${project}.${chromo}.joint.g.vcf"
File gvcf_idx = "${project}.${chromo}.joint.g.vcf.idx" File gvcf_idx = "${project}.${chromo}.joint.g.vcf.idx"
} }
} }

正在加载...
取消
保存