File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ba/e99158580ef44b2ebeeddc1730d578/.command.sh
- Size
- 436 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
contamination_to_multiqc.py \
"SkinN_FFPE_L02_RNA_01_B23LG7FLT4_1.predictions.csv" \
--output "SkinN_FFPE_L02_RNA_01_B23LG7FLT4_1_contamination_mqc.tsv" \
--sample-id "SkinN_FFPE_L02_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