File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ac/eed9ccb6aac61bf7b5a0716c03c819/.command.sh
- Size
- 387 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
# Convert TXT to JSON (script creates JSON in same directory as input)
multiqc_general_stats_txt_to_json.py "multiqc_data/multiqc_general_stats.txt"
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:MULTIQC_GENERAL_STATS_TXT_TO_JSON":
python: $(python3 --version | sed 's/Python //g')
multiqc_general_stats_txt_to_json: 1.0.0
END_VERSIONS