معرفی شرکت ها


cortexpy-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The python sister project to CortexJDK
ویژگی مقدار
سیستم عامل -
نام فایل cortexpy-0.9.0
نام cortexpy
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Warren W. Kretzschmar, Kiran V Garimella
ایمیل نویسنده winni@warrenwk.com, kiran.garimella@gmail.com
آدرس صفحه اصلی https://github.com/winni2k/cortexpy
آدرس اینترنتی https://pypi.org/project/cortexpy/
مجوز Apache-2.0
Overview of Cortexpy_ ===================== .. start-badges .. list-table:: :stub-columns: 1 * - tests - | |travis| |codecov| * - package - | |version| |wheel| |supported-versions| | |supported-implementations| |commits-since| * - docs - | |readthedocs| .. |travis| image:: https://travis-ci.org/winni2k/cortexpy.svg?branch=master :alt: Travis-CI Build Status :target: https://travis-ci.org/winni2k/cortexpy .. |codecov| image:: https://codecov.io/github/winni2k/cortexpy/coverage.svg?branch=master :alt: Coverage Status :target: https://codecov.io/github/winni2k/cortexpy .. |version| image:: https://img.shields.io/pypi/v/cortexpy.svg :alt: PyPI Package latest release :target: https://pypi.python.org/pypi/cortexpy .. |commits-since| image:: https://img.shields.io/github/commits-since/winni2k/cortexpy/v0.46.5.svg :alt: Commits since latest release :target: https://github.com/winni2k/cortexpy/compare/v0.46.5...master .. |wheel| image:: https://img.shields.io/pypi/wheel/cortexpy.svg :alt: PyPI Wheel :target: https://pypi.python.org/pypi/cortexpy .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/cortexpy.svg :alt: Supported versions :target: https://pypi.python.org/pypi/cortexpy .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/cortexpy.svg :alt: Supported implementations :target: https://pypi.python.org/pypi/cortexpy .. |readthedocs| image:: https://readthedocs.org/projects/cortexpy/badge/?version=latest :target: https://cortexpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. end-badges Cortexpy is a Python package for sequence analysis using linked and colored De Bruijn graphs such as the ones created by Cortex_ and Mccortex_. This project aims to mirror many of the features contained in `CortexJDK <https://github.com/mcveanlab/CortexJDK>`_. .. _cortexpy: https://github.com/winni2k/cortexpy Cortexpy also comes with a command-line tool for basic inspection and manipulation of Cortex graphs with and without links. .. _Cortex: https://github.com/iqbal-lab/cortex .. _Mccortex: https://github.com/mcveanlab/mccortex Audience -------- The audience of cortexpy is researchers working with colored De Bruijn graphs and link information in Cortex_ and Mccortex_ format. Free software ------------- Cortexpy is free software; you can redistribute it and/or modify it under the terms of the Apache License version 2.0. Contributions are welcome. Please join us on `GitHub <https://github.com/winni2k/cortexpy>`_. Installation ------------ :: pip install cortexpy Documentation ------------- For more information, please see cortexpy documentation_. .. _documentation: https://cortexpy.readthedocs.io/en/latest/index.html Citing cortexpy --------------- If you use cortexpy in your work, please consider citing: Akhter, Shirin, Warren W. Kretzschmar, Veronika Nordal, Nicolas Delhomme, Nathaniel R. Street, Ove Nilsson, Olof Emanuelsson, and Jens F. Sundström. "Integrative analysis of three RNA sequencing methods identifies mutually exclusive exons of MADS-box isoforms during early bud development in *Picea abies*." *Frontiers in Plant Science* 9 (2018). https://doi.org/10.3389/fpls.2018.01625 Bugs ---- This code is maintained by Warren Kretzschmar <winni@warrenwk.com>. For bugs, please raise a `GitHub issue <https://github.com/winni2k/cortexpy/issues>`_. Development ----------- 1. Install `conda <https://docs.conda.io/en/latest/miniconda.html>`_. 2. Download mccortex for testing:: conda env create -f environment.yml -n my-dev-environment 3. Activate development environment:: conda activate my-dev-environment 4. Install remaining development tools:: pip3 install -r requirements.txt All remaining commands in the development section need to be run in an activated conda dev environment. Tests ````` :: make test Deploy new cortexpy version to pypi ``````````````````````````````````` Requires access credentials for pypi. :: make deploy Building the docs ````````````````` The documentation is automatically built by read-the-docs on push to master. To build the documentation manually:: # install sphinx dependencies pip install -r docs/requirements.txt make docs


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cortexpy-0.9.0:

    pip install cortexpy-0.9.0.whl


نصب پکیج tar.gz cortexpy-0.9.0:

    pip install cortexpy-0.9.0.tar.gz