File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/80/8d10d999402fb77eaf381df1d1c755/.command.sh
Size
640 bytes
Attempt
#!/bin/bash -euo pipefail
draw_fusions.R \
    --fusions=HD789_0002_RNA_0008_23H5VFLT4_s19.FusionInspector.fusions.tsv \
    --alignments=HD789_0002_RNA_0008_23H5VFLT4_s19.Aligned.sortedByCoord.out.bam \
    --output=HD789_0002_RNA_0008_23H5VFLT4_s19_combined_fusions_arriba_visualisation.pdf \
    --annotation=ref_annot.gtf \
     --cytobands=cytobands_hg38_GRCh38_v2.4.0.tsv \
    --proteinDomains=protein_domains_hg38_GRCh38_v2.4.0.gff3 \


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