#!/bin/bash -euo pipefail vcf_collect.py \ --fusioninspector EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.FusionInspector.fusions.abridged.tsv.annotated.coding_effect \ --fusionreport EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1_fusionreport_index.html \ --fusioninspector_gtf EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.tsv \ --fusionreport_csv EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.fusions.csv \ --hgnc hgnc_complete_set.txt \ --sample EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1 \ --out EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.fusion_data.vcf \ --arriba_fusions EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.arriba.fusions.filtered_pass_only.tsv \ --use_chr_prefix sort_fusion_vcf_mateid.py \ --input EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.fusion_data.vcf gzip -n EndoN_FFPE_L04_RNA_01_B23LG7FLT4_1.fusion_data.vcf cat <<-END_VERSIONS > versions.yml "NFCORE_RNAFUSION:RNAFUSION:FUSIONINSPECTOR_WORKFLOW:VCF_COLLECT": python: $(python --version | sed 's/Python //g') HGNC DB retrieval: $(cat HGNC-DB-timestamp.txt) END_VERSIONS