File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8a/b7abb6b33071fe115b7af283c5714a/.command.sh
Size
561 bytes
Attempt
#!/bin/bash -Ceuo pipefail
diff_dv_sentieon.py \
    --dv-vcf germline_control_1.dv_rescue.vcf.gz \
    --sentieon-vcf germline_control_1.haplotyper.unfiltered.vcf.gz \
    --output-vcf germline_control_1.dv_only_sites.vcf.gz

tabix -p vcf germline_control_1.dv_only_sites.vcf.gz

cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_GERMLINE_VC:BAM_VARIANT_CALLING_SENTIEON_HAPLOTYPER_RF:DIFF_DV_SENTIEON":
    python: $(python --version | sed 's/Python //g')
    cyvcf2: $(python -c "import cyvcf2; print(cyvcf2.__version__)")
END_VERSIONS