File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2c/6d3aad94b05ee4dd49045dbd2e92fb/.command.sh
- Size
- 462 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
# Predict contamination from VAF features
predict_contamination.py \
"V4_0001_RNA_0005_23H5VFLT4_s10.features.csv" \
--output "V4_0001_RNA_0005_23H5VFLT4_s10.predictions.csv" \
--threshold 0.9999 \
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:RNA_CONTAMINATION_DETECTION_WORKFLOW:PREDICT_CONTAMINATION":
python: $(python3 --version | sed 's/Python //g')
predict_contamination: 1.0.0
END_VERSIONS