File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/5c/2dc6a8a89f47445d9a13a47a0b4bb3/.command.sh
- Size
- 439 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
"FFPE_HD789_01_RNA_0002_B23LG7FLT4_1.predictions.csv" \
--output "FFPE_HD789_01_RNA_0002_B23LG7FLT4_1_contamination_mqc.tsv" \
--sample-id "FFPE_HD789_01_RNA_0002_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