File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/7b/ebcb01a9484eefe78a6d4926fe14b5/.command.sh
Size
622 bytes
Attempt
#!/bin/bash -Ceuo pipefail
sentieon driver \
     \
    -r Homo_sapiens_assembly38.fasta \
    -t 12 \
    --interval chr1_69091-70008.bed.gz \
    -i HCC1395_BL.recalibrated.bam \
     \
    --algo Haplotyper -d dbsnp_146.hg38.vcf.gz  --emit_mode variant germline_control_1.haplotyper.chr1_69091-70008.bed.unfiltered.vcf.gz \


cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_GERMLINE_VC:BAM_VARIANT_CALLING_SENTIEON_HAPLOTYPER_RF:BAM_VARIANT_CALLING_SENTIEON_HAPLOTYPER:SENTIEON_HAPLOTYPER":
    sentieon: $(echo $(sentieon driver --version 2>&1) | sed -e "s/sentieon-genomics-//g")
END_VERSIONS