File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/be/c1f5f84c6d83c4d7b6ab86a8c6c830/.command.sh
- Size
- 415 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
# Extract VAF features from VCF
extract_vaf_features.py \
"aih-tih-sc-19e09e-R1_A23WJ53LT4_1.vcf" \
--output "aih-tih-sc-19e09e-R1_A23WJ53LT4_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