Skip to content

Genome-Function-Initiative-Oxford/EdsTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDSTools -- EvolvedDevelopmentSequenceTools

BEDTools style repository for passing VCF/BED files.

Designed to combined variant calls from peaked data with the reference genome. Returns the genomic sequence of the allele most present in the peak.

Example Usage:

import eds_tools

py_eds_tool = eds_tools.EdsTool("/<path>/analysis_regions.txt")

py_eds_tool = py_eds_tool.sequence(
    fi= "/<path>/genome.fa",
    vcf="/<path>/gatk-snp-indel.vcf.gz"
)
sequences = py_eds_tool.sequences

To run the unittests please run:

cd eds_tools
python -m unittest discover

About

BedTools style repository for passing VCF/BED files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages