File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e3/812d4e50336782d522ee60b446b58a/.command.sh
Size
978 bytes
Attempt
#!/bin/bash -euo pipefail
vcf_collect.py \
--fusioninspector tih_rna_sample_00090_23H5VFLT4_s32.FusionInspector.fusions.abridged.tsv.annotated.coding_effect \
--fusionreport tih_rna_sample_00090_23H5VFLT4_s32_fusionreport_index.html \
--fusioninspector_gtf tih_rna_sample_00090_23H5VFLT4_s32.tsv \
--fusionreport_csv tih_rna_sample_00090_23H5VFLT4_s32.fusions.csv \
--hgnc hgnc_complete_set.txt \
--sample tih_rna_sample_00090_23H5VFLT4_s32 \
--out tih_rna_sample_00090_23H5VFLT4_s32.fusion_data.vcf \
--arriba_fusions tih_rna_sample_00090_23H5VFLT4_s32.arriba.fusions.filtered_pass_only.tsv \
--use_chr_prefix

sort_fusion_vcf_mateid.py \
--input tih_rna_sample_00090_23H5VFLT4_s32.fusion_data.vcf

bgzip tih_rna_sample_00090_23H5VFLT4_s32.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