|
|
@@ -1,6 +1,5 @@ |
|
|
|
task Haplotyper { |
|
|
|
|
|
|
|
|
|
|
|
File ref_dir |
|
|
|
File dbsnp_dir |
|
|
|
|
|
|
@@ -14,12 +13,16 @@ task Haplotyper { |
|
|
|
String cluster_config |
|
|
|
String disk_size |
|
|
|
|
|
|
|
File? regions |
|
|
|
|
|
|
|
command <<< |
|
|
|
set -o pipefail |
|
|
|
set -e |
|
|
|
export SENTIEON_LICENSE=192.168.0.55:8990 |
|
|
|
nt=$(nproc) |
|
|
|
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} -t $nt -i ${recaled_bam} --algo Haplotyper -d ${dbsnp_dir}/${dbsnp} ${sample}_hc.vcf |
|
|
|
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} -t $nt \ |
|
|
|
-i ${recaled_bam} --interval ${regions} \ |
|
|
|
--algo Haplotyper -d ${dbsnp_dir}/${dbsnp} ${sample}_hc.vcf |
|
|
|
>>> |
|
|
|
|
|
|
|
runtime { |