EDSTools: designed to combined variant calls from peaked data with the reference genome. Returns the genomic sequence of the allele most present in the peak.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eds_tools-0.1.0.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file eds_tools-0.1.0.tar.gz
.
File metadata
- Download URL: eds_tools-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c7b5f9937a7cab8ed40b0371dec2ec7a867577427c119d61d28613d8aa3f39c |
|
MD5 | 380cce486bec8f26f6fa50e5807e9907 |
|
BLAKE2b-256 | 67001b68f3519ad00f90f5aae7f2b246a44f001fb8e8b94d83759f1389cebe4e |
File details
Details for the file eds_tools-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: eds_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb89463454d3e5835fa06bb44b62025c03cf52be0181c82ddbddde08427b648 |
|
MD5 | 113da60b8eebc81a0c333eb805b643a6 |
|
BLAKE2b-256 | 56dd2f4997bce5b6f7f1448df6a800b1400aa5f91fb65ce0aa94c1c521d34f55 |