File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8d/1a92ef9cdbcb511a52aba401f18fb2/.command.sh
Size
484 bytes
Attempt
#!/bin/bash -euo pipefail
infer_experiment.py \
    -i tih_rna_sample_00599_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam tih_rna_sample_00599_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
     \
    > tih_rna_sample_00599_B23MVV7LT4_1.infer_experiment.txt

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:BAM_RSEQC:RSEQC_INFEREXPERIMENT":
    rseqc: $(infer_experiment.py --version | sed -e "s/infer_experiment.py //g")
END_VERSIONS