File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/41/a665ecdf1d8f9729321a68e7987852/.command.sh
Size
503 bytes
Attempt
#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
    --bam-stat 1173_F0Y_T1_RNA_SLD_01_A23T55JLT4_2.bam_stat.txt \
    --infer-experiment 1173_F0Y_T1_RNA_SLD_01_A23T55JLT4_2.infer_experiment.txt \
    --sample-id 1173_F0Y_T1_RNA_SLD_01_A23T55JLT4_2 \
    -o 1173_F0Y_T1_RNA_SLD_01_A23T55JLT4_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