File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a9/da2cb2adb3bde00ebfd4c1bf2938e6/.command.sh
Size
556 bytes
Attempt
#!/bin/bash -euo pipefail
inner_distance.py \
    -i aih-tih-sc-2905df-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-2905df-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o aih-tih-sc-2905df-R1_A23WJ53LT4_1 \
     \
    > stdout.txt
head -n 2 stdout.txt > aih-tih-sc-2905df-R1_A23WJ53LT4_1.inner_distance_mean.txt

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