File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8d/932bee1397088901080c0ed482a8f4/.command.sh
Size
424 bytes
Attempt
#!/bin/bash -euo pipefail
bam_stat.py \
    -i A549_FFPE_01_RNA_0001_B23LG7FLT4_3.Aligned.sortedByCoord.out.bam A549_FFPE_01_RNA_0001_B23LG7FLT4_3.Aligned.sortedByCoord.out.bam.bai \
     \
    > A549_FFPE_01_RNA_0001_B23LG7FLT4_3.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