File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/aa/49c82fd565e562d91c70c74d86e4de/.command.sh
Size
487 bytes
Attempt
#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
    --bam-stat A673_FFPE_RNA_0001_B23LG7FLT4_1.bam_stat.txt \
    --infer-experiment A673_FFPE_RNA_0001_B23LG7FLT4_1.infer_experiment.txt \
    --sample-id A673_FFPE_RNA_0001_B23LG7FLT4_1 \
    -o A673_FFPE_RNA_0001_B23LG7FLT4_1_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