File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a0/a55dca9241b3651d9be8fb2ec99995/.command.sh
Size
433 bytes
Attempt
#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
    "tih_rna_sample_00598_B23MVV7LT4_1.predictions.csv" \
    --output "tih_rna_sample_00598_B23MVV7LT4_1_contamination_mqc.tsv" \
    --sample-id "tih_rna_sample_00598_B23MVV7LT4_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