File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1e/bca63f9d5d4ef4c86e501ab3ebe4c9/.command.sh
Size
610 bytes
Attempt
#!/bin/bash -euo pipefail
arriba \
    -x V4_0001_RNA_0005_23H5VFLT4_s44.Aligned.sortedByCoord.out.bam \
    -a ref_genome.fa \
    -g ref_annot.gtf \
    -o V4_0001_RNA_0005_23H5VFLT4_s44.arriba.fusions.tsv \
    -O V4_0001_RNA_0005_23H5VFLT4_s44.arriba.fusions.discarded.tsv \
    -b blacklist_hg38_GRCh38_v2.4.0.tsv.gz \
    -k known_fusions_hg38_GRCh38_v2.4.0.tsv.gz \
     \
     \
    -p protein_domains_hg38_GRCh38_v2.4.0.gff3 \


cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:ARRIBA_WORKFLOW:ARRIBA":
    arriba: $(arriba -h | grep 'Version:' 2>&1 |  sed 's/Version: //')
END_VERSIONS