#!/bin/bash -euo pipefail contamination_to_multiqc.py \ "V4_0001_RNA_0005_23H5VFLT4_s14.predictions.csv" \ --output "V4_0001_RNA_0005_23H5VFLT4_s14_contamination_mqc.tsv" \ --sample-id "V4_0001_RNA_0005_23H5VFLT4_s14" 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