File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/dc/e5b4a24a3ea43f03b86c0f0a61d964/.command.sh
Size
942 bytes
Attempt
#!/bin/bash -euo pipefail
vcf_collect.py \
--fusioninspector 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.FusionInspector.fusions.abridged.tsv.annotated.coding_effect \
--fusionreport 659_bQZ-T1-TRNA-1_B23MHV2LT4_1_fusionreport_index.html \
--fusioninspector_gtf 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.tsv \
--fusionreport_csv 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.fusions.csv \
--hgnc hgnc_complete_set.txt \
--sample 659_bQZ-T1-TRNA-1_B23MHV2LT4_1 \
--out 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.fusion_data.vcf \
--arriba_fusions 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.arriba.fusions.filtered_pass_only.tsv \
--use_chr_prefix

sort_fusion_vcf_mateid.py \
--input 659_bQZ-T1-TRNA-1_B23MHV2LT4_1.fusion_data.vcf

bgzip 659_bQZ-T1-TRNA-1_B23MHV2LT4_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