File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/04/bb25dbef43f72b16fd4bc9048a1ca3/.command.sh
Size
424 bytes
Attempt
#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
    "V4_0001_RNA_0005_23H5VFLT4_s21.predictions.csv" \
    --output "V4_0001_RNA_0005_23H5VFLT4_s21_contamination_mqc.tsv" \
    --sample-id "V4_0001_RNA_0005_23H5VFLT4_s21"

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