Skip to content

Pull unique structural variants out of a VCF (Variant Call Format) file

License

Notifications You must be signed in to change notification settings

bess/vcf-unique-svs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcf-unique-svs

Create individual Variant Call Format (VCF) files from multisample VCFs with unique variants.

Given a VCF file:

  1. Determine the sample ids referenced in this file (these will vary in name and number)
  2. Create a separate output VCF file for each sample id iff the sample id has unique variants
  3. Into each output file, place only the variants unique to this sample id (i.e., exclude anything that is common, because that won't be a likely culprit for clinical significance.)

CircleCI Coverage Status

Local Development

  1. Install asdf for dependencies management
  2. Add the python plugin: asdf plugin-add python
  3. Install python: asdf install
  4. Install pip: python setup/get-pip.py
  5. Install pip requirements: pip install -r requirements.txt
  6. Run the test suite: pytest -s

About

Pull unique structural variants out of a VCF (Variant Call Format) file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages