File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/56/d88bfc09bb6b9c68d7e0d18f8df6eb/.command.sh
Size
969 bytes
Attempt
#!/bin/bash -euo pipefail
vcf_collect.py \
--fusioninspector aih-tih-sc-19e09e-R1_A23WJ53LT4_1.FusionInspector.fusions.abridged.tsv.annotated.coding_effect \
--fusionreport aih-tih-sc-19e09e-R1_A23WJ53LT4_1_fusionreport_index.html \
--fusioninspector_gtf aih-tih-sc-19e09e-R1_A23WJ53LT4_1.tsv \
--fusionreport_csv aih-tih-sc-19e09e-R1_A23WJ53LT4_1.fusions.csv \
--hgnc hgnc_complete_set.txt \
--sample aih-tih-sc-19e09e-R1_A23WJ53LT4_1 \
--out aih-tih-sc-19e09e-R1_A23WJ53LT4_1.fusion_data.vcf \
--arriba_fusions aih-tih-sc-19e09e-R1_A23WJ53LT4_1.arriba.fusions.filtered_pass_only.tsv \
--use_chr_prefix

sort_fusion_vcf_mateid.py \
--input aih-tih-sc-19e09e-R1_A23WJ53LT4_1.fusion_data.vcf

bgzip aih-tih-sc-19e09e-R1_A23WJ53LT4_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