alfpy


Namealfpy JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttp://www.combio.pl/alfree
SummaryAlignment-free package to compare DNA/RNA/protein sequences (bioinformatics).
upload_time2018-03-13 07:04:44
maintainer
docs_urlNone
authorAndrzej Zielezinski
requires_python
licenseMIT
keywords alignment-free bioinformatics sequence dna protein homology phylogeny
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Travis| |PyPI| |Landscape| |Codecov|

alfpy
=====

alfpy is a bionformatics Python package that provides alignment-free framework 
to compare biological sequences (DNA/RNA/protein) and infers their 
phylogenetic relationships. 

alfpy also contains Python scripts with user-friendly command-line interfaces 
that let you compare unaligned FASTA sequences with more than 40 distance methods.


Latest source code
------------------
The official source code repository is at: https://github.com/aziele/alfpy


Web sites
---------
alfpy is also available as a web app: http://www.combio.pl/alfree


Requirements
============

1. Python (https://www.python.org/) version 2.7 or >= 3.3
2. NumPy (http://www.numpy.org/).


Installation
============

Option 1: Get the latest official version
-----------------------------------------

Install the latest official version with `pip <https://pip.pypa.io/en/stable/installing/>`_
::

   sudo pip install alfpy

If you are not allowed to use `sudo`, install alfpy as user::

   sudo pip install --user alfpy



Option 2: Get the latest development version
--------------------------------------------

Get it using this shell command, which requires Git::

   git clone https://github.com/aziele/alfpy.git

If you don't feel like using git, just download the package manually as a `gzipped tarball <https://github.com/aziele/alfpy/archive/master.zip/>`_.

Unpack the zip package, go to the directory and run the installation::

   cd alfpy
   python setup.py install

or::

   python setup.py install --user

Alfpy usage
===========

The examples of using Alfpy are available at: http://www.combio.pl/alfree/download/.


Testing
=======

To run tests, go to the alfpy source code directory and type::

    python -m unittest discover


If you want to test a specific file (e.g. ``test_word_distance.py``), type::

    python -m unittest tests.test_word_distance


Contact
=======

Drop us any feedback at: bioinfo@amu.edu.pl or on twitter `@a_zielezinski <https://twitter.com/a_zielezinski>`_.

License
=======

alfpy is under the MIT license; see ``LICENSE.txt``. Distribution, 
modification and redistribution, incorporation into other software,
and pretty much everything else is allowed.


.. |Travis| image:: https://travis-ci.org/aziele/alfpy.svg?branch=master
    :target: https://travis-ci.org/aziele/alfpy


.. |PyPI| image:: https://img.shields.io/pypi/v/alfpy.svg?branch=master
    :target: https://pypi.python.org/pypi/alfpy

.. |Landscape| image:: https://landscape.io/github/aziele/alfpy/master/landscape.svg?style=flat
   :target: https://landscape.io/github/aziele/alfpy/master
   :alt: Code Health

.. |Codecov| image:: https://codecov.io/gh/aziele/alfpy/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/aziele/alfpy
            

Raw data

            {
    "_id": null,
    "home_page": "http://www.combio.pl/alfree",
    "name": "alfpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "alignment-free bioinformatics sequence DNA protein homology phylogeny",
    "author": "Andrzej Zielezinski",
    "author_email": "andrzejz@amu.edu.pl",
    "download_url": "https://files.pythonhosted.org/packages/08/0e/3e089185b64032424b208a2c35627e466b75bd190d9f6246f61cbe63e954/alfpy-1.0.6.tar.gz",
    "platform": "",
    "description": "|Travis| |PyPI| |Landscape| |Codecov|\n\nalfpy\n=====\n\nalfpy is a bionformatics Python package that provides alignment-free framework \nto compare biological sequences (DNA/RNA/protein) and infers their \nphylogenetic relationships. \n\nalfpy also contains Python scripts with user-friendly command-line interfaces \nthat let you compare unaligned FASTA sequences with more than 40 distance methods.\n\n\nLatest source code\n------------------\nThe official source code repository is at: https://github.com/aziele/alfpy\n\n\nWeb sites\n---------\nalfpy is also available as a web app: http://www.combio.pl/alfree\n\n\nRequirements\n============\n\n1. Python (https://www.python.org/) version 2.7 or >= 3.3\n2. NumPy (http://www.numpy.org/).\n\n\nInstallation\n============\n\nOption 1: Get the latest official version\n-----------------------------------------\n\nInstall the latest official version with `pip <https://pip.pypa.io/en/stable/installing/>`_\n::\n\n   sudo pip install alfpy\n\nIf you are not allowed to use `sudo`, install alfpy as user::\n\n   sudo pip install --user alfpy\n\n\n\nOption 2: Get the latest development version\n--------------------------------------------\n\nGet it using this shell command, which requires Git::\n\n   git clone https://github.com/aziele/alfpy.git\n\nIf you don't feel like using git, just download the package manually as a `gzipped tarball <https://github.com/aziele/alfpy/archive/master.zip/>`_.\n\nUnpack the zip package, go to the directory and run the installation::\n\n   cd alfpy\n   python setup.py install\n\nor::\n\n   python setup.py install --user\n\nAlfpy usage\n===========\n\nThe examples of using Alfpy are available at: http://www.combio.pl/alfree/download/.\n\n\nTesting\n=======\n\nTo run tests, go to the alfpy source code directory and type::\n\n    python -m unittest discover\n\n\nIf you want to test a specific file (e.g. ``test_word_distance.py``), type::\n\n    python -m unittest tests.test_word_distance\n\n\nContact\n=======\n\nDrop us any feedback at: bioinfo@amu.edu.pl or on twitter `@a_zielezinski <https://twitter.com/a_zielezinski>`_.\n\nLicense\n=======\n\nalfpy is under the MIT license; see ``LICENSE.txt``. Distribution, \nmodification and redistribution, incorporation into other software,\nand pretty much everything else is allowed.\n\n\n.. |Travis| image:: https://travis-ci.org/aziele/alfpy.svg?branch=master\n    :target: https://travis-ci.org/aziele/alfpy\n\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/alfpy.svg?branch=master\n    :target: https://pypi.python.org/pypi/alfpy\n\n.. |Landscape| image:: https://landscape.io/github/aziele/alfpy/master/landscape.svg?style=flat\n   :target: https://landscape.io/github/aziele/alfpy/master\n   :alt: Code Health\n\n.. |Codecov| image:: https://codecov.io/gh/aziele/alfpy/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/aziele/alfpy",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Alignment-free package to compare DNA/RNA/protein sequences (bioinformatics).",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "http://www.combio.pl/alfree"
    },
    "split_keywords": [
        "alignment-free",
        "bioinformatics",
        "sequence",
        "dna",
        "protein",
        "homology",
        "phylogeny"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "080e3e089185b64032424b208a2c35627e466b75bd190d9f6246f61cbe63e954",
                "md5": "48ebd93dfbc66e4aff305a26d6b2bc21",
                "sha256": "532e64b9c20d4ada9064e4cde98649cbabf5813bcbb48bede8215a46d82ed157"
            },
            "downloads": -1,
            "filename": "alfpy-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "48ebd93dfbc66e4aff305a26d6b2bc21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 61819,
            "upload_time": "2018-03-13T07:04:44",
            "upload_time_iso_8601": "2018-03-13T07:04:44.571091Z",
            "url": "https://files.pythonhosted.org/packages/08/0e/3e089185b64032424b208a2c35627e466b75bd190d9f6246f61cbe63e954/alfpy-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-03-13 07:04:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "alfpy"
}
        
Elapsed time: 0.16898s