File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/50/cb0c828758b44d1c58714f3410ec34/.command.sh
- Size
- 424 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
"659_cIX-T1-TRNA-1_B23WHTKLT4_1.predictions.csv" \
--output "659_cIX-T1-TRNA-1_B23WHTKLT4_1_contamination_mqc.tsv" \
--sample-id "659_cIX-T1-TRNA-1_B23WHTKLT4_1"
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:CONTAMINATION_TO_MULTIQC":
python: $(python3 --version | sed 's/Python //g')
contamination_to_multiqc: 1.0.0
END_VERSIONS