File Info

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

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