File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f5/f08098b89f85c6b56bd45cb70144e2/.command.sh
- Size
- 503 bytes
- Attempt
Content
View in new tab#!/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