Skip to content

zhiquanyang/svimmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svimmer - SV merging tool

Merges similar SVs from multiple single sample VCF files. The tool was written for merging SVs discovered using Manta calls, but should support (almost) any SV VCFs. The output is a VCF file containing all merged SV sites (with no calls). The output can be given as input into GraphTyper to genotype the sites.

Requirements

  • Python 3.4+
  • pysam

Usage

python3 svimmer input_vcfs chrA chrB chrC ...

where input is a list of tabix indexed+bgzipped VCF files and chromosomes are the chromosomes to merge. For further details see the help page:

python3 svimmer -h

License

GNU GPLv3

About

Structural variant merging tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%