Parcourir la source

first commit

master
LUYAO REN il y a 3 ans
Parent
révision
7f895188e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tasks/GVCFtyper.wdl

+ 1
- 1
tasks/GVCFtyper.wdl Voir le fichier

@@ -16,7 +16,7 @@ command <<<
set -e
export SENTIEON_LICENSE=192.168.0.55:8990
nt=$(nproc)
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} --algo GVCFtyper ${project}.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 {

Chargement…
Annuler
Enregistrer