File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/29/d1b0d732f6315e68b0817db9c6f928/.command.sh
Size
646 bytes
Attempt
#!/bin/bash -euo pipefail
draw_fusions.R \
    --fusions=1173_CRL_T1_RNA_SLD_01_A23T55JLT4_1.FusionInspector.fusions.tsv \
    --alignments=1173_CRL_T1_RNA_SLD_01_A23T55JLT4_1.Aligned.sortedByCoord.out.bam \
    --output=1173_CRL_T1_RNA_SLD_01_A23T55JLT4_1_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