File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/3a/a91f26dec73c64c679b56c73f61bc5/.command.sh
Size
495 bytes
Attempt
#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
    --bam-stat BVT_FFPE_TRNA_bst_02_A23WKFTLT4_2.bam_stat.txt \
    --infer-experiment BVT_FFPE_TRNA_bst_02_A23WKFTLT4_2.infer_experiment.txt \
    --sample-id BVT_FFPE_TRNA_bst_02_A23WKFTLT4_2 \
    -o BVT_FFPE_TRNA_bst_02_A23WKFTLT4_2_rseqc_extra_mqc.tsv

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:RSEQC_TO_MULTIQC":
    python: $(python3 --version | sed 's/Python //g')
    rseqc_to_multiqc: 1.0.0
END_VERSIONS