File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/fb/7dc74ea6e9bc672d11db4217a5cd78/.command.sh
Size
494 bytes
Attempt
#!/bin/bash -euo pipefail
read_distribution.py \
    -i BreastNP_FFPE_L03_RNA_01_B23LG7FLT4_1.Aligned.sortedByCoord.out.bam BreastNP_FFPE_L03_RNA_01_B23LG7FLT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    > BreastNP_FFPE_L03_RNA_01_B23LG7FLT4_1.read_distribution.txt

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