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