File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f3/b8e5c838f105d9bdc71ca6feb7db85/.command.sh
Size
436 bytes
Attempt
#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
    "tih_rna_sample_00122_23H5VFLT4_s42.predictions.csv" \
    --output "tih_rna_sample_00122_23H5VFLT4_s42_contamination_mqc.tsv" \
    --sample-id "tih_rna_sample_00122_23H5VFLT4_s42"

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