Skip to content

asylvz/SVarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SVarp

Pangenome-based structural variant discovery

The aim of SVarp is to discover haplotype resolved SVs on top of a pangenome graph reference using long sequencing reads. It outputs local assemblies of SV alleles, termed svtigs.

Please open an issue for your questions or feel free to send me an e-mail ([email protected])

Quick Start

git clone https://github.com/asylvz/SVarp.git
cd svarp
make
build/svarp -a xxx.gaf -g xxx.gfa --fasta xxx.fasta.gz --phase read_tags.tsv -i SAMPLE_NAME -o OUTPUT_FOLDER

Requirements

SVarp is developed and tested using Linux Ubuntu operating system

Dependencies

All parameters

Required arguments:
--gaf (-a)                  : Alignment file in GAF format
--graph (-g)                : Pangenome file in GFA format
--fasta (-f)                : Fasta sequence file


Optional arguments:
--sample (-i)               : Sample name.
--out (-o)                  : Output folder.
--debug                     : Output multiple log files for debugging purpose.
--skip-untagged             : Output only phased variants (~30% faster).
--dist_threshold (-d)       : Distance threshold to merge SV breakpoints (default=100)
--out (-o)                  : Output folder path
--phase (-p)                : WhatsHap haplotag file in .tsv (https://whatshap.readthedocs.io/en/latest/guide.html#whatshap-haplotag)
--reads(-r)                 : Bgzipped FASTA file of reads for extensive mode (needed for WFA realignment)
--sample (-i)               : Sample (Individual) name
--support (-s)              : Minimum support for a cluster to be assembled (default=5 for diploid samples)
--threads(-t)               : Number of threads for assembly and realignment (default:32)
--help                      : Print this help menu

Citation

Soylev, A., Ebler, J., Pani, S., Rausch, T., Korbel, J., & Marschall, T. (2024). SVarp: pangenome-based structural variant discovery. bioRxiv, 2024-02.

About

Phased structural variant discovery in pangenomes

Resources

License

Stars

Watchers

Forks

Packages

No packages published