File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/67/28c89556f744cce644703290a17927/.command.sh
- Size
- 466 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bcftools query \
\
\
\
-i 'TYPE="indel"' -f '%CHROM\t%POS0\t%END\n' \
germline_control_2.haplotyper.split.vcf.gz \
> germline_control_2.bed
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_GERMLINE_VC:BAM_VARIANT_CALLING_SENTIEON_HAPLOTYPER_RF:VCF_ANNOTATE_INDEL_ENTROPY:BCFTOOLS_QUERY":
bcftools: $(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*$//')
END_VERSIONS