Skip to main content

Detect synonymous genetic variants in VCF

Project description

VCFSYNONYMOUS

PyPI version license Build Status Supported Python Versions

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


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 hashes)

Uploaded Source

Built Distribution

vcfsynonymous-0.2.0-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page