Detect synonymous genetic variants in VCF
Project description
VCFSYNONYMOUS
Giving .gff3
and .fasta
files of a genome and .vcf
detected SNPs onto this genome, VCFSYNONYMOUS returns two .vcf
files. The first one contains synonymous SNPs and the second one contains non-synonymous SNPs.
INSTALLATION
pip3 install vcfsynonymous
GET STARTED
vcfsynonymous --vcf tests/data/sample.vcf \
--genome tests/data/genome.fasta \
--annotation tests/data/genome.gff3
python -m vcfsynonymous --vcf tests/data/sample.vcf \
--genome tests/data/genome.fasta \
--annotation tests/data/genome.gff3 \
--output_prefix res
upload package
pip3 uninstall vcfsynonymous
rm -rf build/
rm -rf dist/
rm -rf vcfsynonymous.egg-info/
python setup.py sdist bdist_wheel
pip3 install .
twine upload dist/*
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
vcfsynonymous-0.2.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file vcfsynonymous-0.2.0.tar.gz
.
File metadata
- Download URL: vcfsynonymous-0.2.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 127f0413c4cdb51cf63a3401fea866ddbff7579b32fa7b8172cefe9d7fa6d495 |
|
MD5 | ec0d1307980f22441b32035f203d9231 |
|
BLAKE2b-256 | eb5c3a99e320ba1c91e58ac9d04b79fbed938a2066611a5a9c165803ba728af8 |
File details
Details for the file vcfsynonymous-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: vcfsynonymous-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0714be4a20f4040a53be87116b341d31566bf084082c9ce4a2373246b3fe0c7b |
|
MD5 | d447a042da8e7b3c8bd3822153f3eef4 |
|
BLAKE2b-256 | 4f090289ce6da8fcc25f3f3d3672f205637fb33c759fa9f2f6ebff1afefa3815 |