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