File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/46/5a738010f3d825d08c853a150f23dd/.command.sh
Size
415 bytes
Attempt
#!/bin/bash -euo pipefail
# Extract VAF features from VCF
extract_vaf_features.py \
    "tih_rna_sample_00461_B23WHTKLT4_1.vcf" \
    --output "tih_rna_sample_00461_B23WHTKLT4_1.features.csv"

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:RNA_CONTAMINATION_DETECTION_WORKFLOW:EXTRACT_VAF_FEATURES":
    python: $(python3 --version | sed 's/Python //g')
    extract_vaf_features: 1.0.0
END_VERSIONS