File Info

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

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