File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b1/9b5254c012128d9ecc237854998214/.command.sh
Size
413 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcftools \
    sort \
    --output HCC1395_BL.germline.harmonized.vcf.gz \
    --temp-dir . \
    --output-type z --write-index=tbi \
    HCC1395_BL.germline.normalized.vcf.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_CHIP_DETECTION:HARMONIZE_GERMLINE:BCFTOOLS_SORT":
    bcftools: $(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*$//')
END_VERSIONS