File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/c1/b6225e28abae189298217f225b2ee0/.command.sh
Size
421 bytes
Attempt
#!/bin/bash -euo pipefail
bam_stat.py \
    -i aih-tih-sc-2b9bfa-R1_A23YTGFLT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-2b9bfa-R1_A23YTGFLT4_1.Aligned.sortedByCoord.out.bam.bai \
     \
    > aih-tih-sc-2b9bfa-R1_A23YTGFLT4_1.bam_stat.txt

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