File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a6/8ff274d2f14428f65f622e096beaca/.command.sh
Size
417 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcftools \
    sort \
    --output Sig_18_Blood.germline.harmonized.vcf.gz \
    --temp-dir . \
    --output-type z --write-index=tbi \
    Sig_18_Blood.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