معرفی شرکت ها


cutevariant-0.4.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

GUI to visualize and process variant data
ویژگی مقدار
سیستم عامل -
نام فایل cutevariant-0.4.5
نام cutevariant
نسخه کتابخانه 0.4.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sacha Schutz, Pierre Vignet
ایمیل نویسنده sacha@labsquare.org
آدرس صفحه اصلی https://github.com/labsquare/cutevariant
آدرس اینترنتی https://pypi.org/project/cutevariant/
مجوز -
# Cutevariant **A standalone and free application to explore genetics variations from VCF file** Published in [Bioinformatics Advanced](https://academic.oup.com/bioinformaticsadvances/article/2/1/vbab028/6440032?login=true) Documentation available on [cutevariant.labsquare.org](https://cutevariant.labsquare.org/) [![Test](https://github.com/labsquare/cutevariant/actions/workflows/test.workflows.yml/badge.svg)](https://github.com/labsquare/cutevariant/actions/workflows/test.workflows.yml) [![codecov](https://codecov.io/gh/labsquare/cutevariant/branch/devel/graph/badge.svg?token=p5CNtiNIfD)](https://codecov.io/gh/labsquare/cutevariant) Cutevariant is a cross-plateform application dedicated to maniupulate and filter variation from annotated VCF file. When you create a project, data are imported into an sqlite database that cutevariant queries according your needs. Presently, SnpEff and VEP annotations are supported. Once your project is created, you can query variant using different gui controller or directly using the VQL language. This Domain Specific Language is specially designed for cutevariant and try to keep the same syntax than SQL for an easy use. ![](https://raw.githubusercontent.com/labsquare/cutevariant/master/screencast.gif) | | | | |:-------------------------:|:-------------------------:|:-------------------------:| |<img width="1604" alt="screen shot 2017-08-07 at 12 18 15 pm" src="https://raw.githubusercontent.com/labsquare/cutevariant/master/screenshot1.png"> |<img width="1604" alt="screen shot 2017-08-07 at 12 18 15 pm" src="https://raw.githubusercontent.com/labsquare/cutevariant/master/screenshot2.png">|<img width="1604" alt="screen shot 2017-08-07 at 12 18 15 pm" src="https://raw.githubusercontent.com/labsquare/cutevariant/master/screenshot4.png">| # Installation ## Windows Standalone binary are available for windows: - [Download cutevariant 32 bit](https://github.com/labsquare/cutevariant/releases/latest/download/cutevariant-standalone-x86.zip) - [Download cutevariant 64 bit](https://github.com/labsquare/cutevariant/releases/latest/download/cutevariant-standalone-x64.zip) ## Linux If you run Linux, then you can either use PyPI or install from source. But before you proceed to installation, make sure that running this command: ```bash sqlite3 --version ``` returns at least `3.32`. If not, run: ```bash # Uninstall previous versions of sqlite3 (to avoid conflicts) sudo apt remove sqlite3 # Download latest sqlite version wget https://www.sqlite.org/2022/sqlite-autoconf-3380500.tar.gz # Extract it tar -xvf sqlite-autoconf-3380500.tar.gz cd sqlite-autoconf-3380500 ./configure # Run make to build make # Run make install, this will put the shared object in /usr/local/lib sudo make install # Then add LD_LIBRARY_PATH to your bash profile (either ~/.zshrc, ~/.bashrc, or whatever is your favorite) echo "export LD_LIBRARY_PATH=/usr/local/lib" >> ~/.zshrc # Source your shell profile so you don't have to restart it source ~/.zshrc #Now just to be sure: sqlite3 --version # You should see 3.38 now. If not, this means that the installation went wrong. # That's it! Now you can install cutevariant, either from PyPI or directly from source ``` ## PyPi Cutevariant is avaible from [Pypi](https://pypi.org/project/cutevariant/) : pip install cutevariant # install python -m cutevariant # run ## From source - Python 3.7 or newer is required ```bash # Clone repository git clone https://github.com/labsquare/cutevariant.git cd cutevariant # Create a virtual environement python3 -m virtualenv venv source venv/bin/activate # Install cutevariant in local mode python -m pip install -e # Run cutevariant as module python -m cutevariant # or `make run` # Run test python -m pytest tests ``` ## Usages You can follow this tutorial to familiarize yourself with cutevarant. https://github.com/labsquare/cutevariant/wiki/Usage-examples The VQL langage specification is available here : https://github.com/labsquare/cutevariant/wiki/VQL-language ## Contributions / Bugs Cutevariant is a new project and all contributors are welcome ### Issues If you found a bug or have a feature request, you can report it from the [Github isse trackers](https://github.com/labsquare/cutevariant/issues). ### Create a plugin Documentation to create a plugin is [available here](https://github.com/labsquare/cutevariant/wiki/Plugins) ### Chat You can join us [on discord](https://discord.gg/7sSH4VSPKK). We are speaking french right now, but we can switch to english. ## Licenses This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.


نیازمندی

مقدار نام
>=2 PySide6
>=1.0.0 PyVCF3
==1.8.0 textX
>=4.2.0 cachetools
>=2.11.3 jinja2
- progressbar2
==1.1.0 columnar
>=1.20 numpy
>=4.2.2 cachetools
>=5.4.0 pyyaml
- markdown
>=2.6.1 pytest-cov
>=3.2.2 pytest-qt
>=5.2.0 pytest
==0.7.0 schema
- pytest-runner
- zest.releaser[recommended]
- sphinx
- sphinx-rtd-theme
- sphinx-argparse
>=0.6 recommonmark


نحوه نصب


نصب پکیج whl cutevariant-0.4.5:

    pip install cutevariant-0.4.5.whl


نصب پکیج tar.gz cutevariant-0.4.5:

    pip install cutevariant-0.4.5.tar.gz