File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ad/66976b8e344ba1945bd1770ae1b75b/.command.sh
Size
503 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcftools norm \
    --fasta-ref Homo_sapiens_assembly38.fasta \
    --output Sig_18_Blood.germline.normalized.vcf.gz \
    -a -m -both --old-rec-tag OLD_VARIANT --output-type z --write-index=tbi \
    --threads 6 \
    Sig_18_Blood.haplotyper_rf.gt_corrected.vcf.gz

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