Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

SaVor: A Structural Variant Calling and Benchmarking Workflow for Short-Read Sequence Data.

Authors
Affiliations
Department of Biology, San Diego State University, San Diego, California, USA
Department of Biology, San Diego State University, San Diego, California, USA

Structural variant calling from short-read sequence data is a complex task often requiring multiple tools and various file types. With SaVor, we have streamlined the process of predicting structural variants from whole-genome resequencing projects by designing a flexible workflow that can utilize NCBI SRA sequence data or your local Illumina sequence reads from one or multiple lanes. In case you have on hand BAM files that you may have generated as part of a SNP analysis project, those can be used by SaVor to save on computational time.

SaVor can additionally benchmark SV callset against ground truth sets that you provide. For now, benchmarking is limited to deletion, inversion and duplication SV types. This feature is disabled by default but can be enabled in the workflow config.yaml. You can find more information on how to enable it here.

Workflow Requirements

  1. A working conda/mamba installation.

  2. Reference genome (a local .fasta/.fna file or an NCBI RefSeq accession)

  3. Illumina paired-end sequence reads.

  4. Optionally, ground truth deletion, duplication and inversion SV sets.

Resource Requirements

Workflow Tutorial

For a quick example on how to setup and execute the workflow, please follow the guide here.

User Guide

For a more detailed user guide, you can jump straight in here

Citation

If you use SaVor, please cite in addition to all the tools implemented:

Mugoya, Trevor, and Arun Sethuraman. “SaVor - A Reproducible Structural Variant Calling and Benchmarking Platform from Short-Read Data.” Preprint, bioRxiv, December 1, 2025. https://doi.org/10.1101/2025.11.26.690832.

Support

For questions and issues, please submit an issue on the repo.