File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a5/a8daf8c30d53f6dd4fbbc12195538b/.command.sh
Size
674 bytes
Attempt
#!/bin/bash -Ceuo pipefail
annotateFusionVcf.py \
    --vcf seracare_100pct_rep2.manta_fusion.somatic_sv.vcf.gz \
    --genes protein_coding_genes.bed \
    --actionable-bed foresight_panel_for_manta.bed \
    --out seracare_100pct_rep2.manta_fusion.somatic_sv.annotated.vcf

bgzip  seracare_100pct_rep2.manta_fusion.somatic_sv.annotated.vcf
tabix -p vcf seracare_100pct_rep2.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