File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/12/70ca7633750e2ac4f92184bf73c651/.command.sh
Size
611 bytes
Attempt
#!/bin/bash -Ceuo pipefail
merge_vcf_characteristics.py \
    --target HCC1395_BL.GERMLINE.merged.vcf.gz \
    --source chip_pon.chip_pon.harmonized.vcf.gz \
    --output HCC1395_BL.CHIP_PON.merged.vcf.gz \
    --prefix CHIP_PON \


tabix -p vcf HCC1395_BL.CHIP_PON.merged.vcf.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_CHIP_DETECTION:VCF_MERGE_CHARACTERISTICS:MERGE_CHIP_PON":
    merge_vcf_characteristics: $(merge_vcf_characteristics.py --version 2>&1 | grep -o 'version.*' | cut -d' ' -f2 || echo "1.0.0")
    cyvcf2: $(python -c "import cyvcf2; print(cyvcf2.__version__)")
END_VERSIONS