File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ab/1004c8c0e055cdd92fa24d9f68d1f5/.command.sh
Size
448 bytes
Attempt
#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
    "HeadNeckN_FFPE_L08_RNA_01_B23LG7FLT4_1.predictions.csv" \
    --output "HeadNeckN_FFPE_L08_RNA_01_B23LG7FLT4_1_contamination_mqc.tsv" \
    --sample-id "HeadNeckN_FFPE_L08_RNA_01_B23LG7FLT4_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