File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/fd/e5098d8422372d704827f1867ad077/.command.sh
Size
882 bytes
Attempt
#!/bin/bash -Ceuo pipefail
annotateFusionVcf.py \
    --vcf 1173_NFO-T1-TDNA-SLD-01_A23T7FVLT4_1_vs_1173_NFO-N2-BDNA-01_B23L5TMLT4_1.manta_fusion.somatic_sv.vcf.gz \
    --genes protein_coding_genes.bed \
    --actionable-bed foresight_panel_for_manta.bed \
    --out 1173_NFO-T1-TDNA-SLD-01_A23T7FVLT4_1_vs_1173_NFO-N2-BDNA-01_B23L5TMLT4_1.manta_fusion.somatic_sv.annotated.vcf

bgzip  1173_NFO-T1-TDNA-SLD-01_A23T7FVLT4_1_vs_1173_NFO-N2-BDNA-01_B23L5TMLT4_1.manta_fusion.somatic_sv.annotated.vcf
tabix -p vcf 1173_NFO-T1-TDNA-SLD-01_A23T7FVLT4_1_vs_1173_NFO-N2-BDNA-01_B23L5TMLT4_1.manta_fusion.somatic_sv.annotated.vcf.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:BAM_VARIANT_CALLING_SOMATIC_MANTA_FUSION:MANTA_FUSION_ANNOTATE":
    python: $( python3 --version 2>&1 | sed 's/Python //' )
    annotateFusionVcf: "1.0.0"
END_VERSIONS