{ "info": { "author": "Yuanhua Huang", "author_email": "yuanhua@ebi.ac.uk", "bugtrack_url": null, "classifiers": [], "description": "pySeqLib\n========\n\nA small python library to process sequencing data. It is under active development.\n\n\nWhat's inside?\n---------------\n\n* ``intronX``: a program to fetch sequence related features for introns: \n 1) length, 2) splice site motif strength, 3) second structure energy \n 4) frequecy of k-mers. See manual_ and example_.\n\n* ``pymfold``: a python wrap of mfold for calculate energy of RNA secondary \n structure. We got installation issue from mfold, similar as this_. Therefore,\n we recommend using `pyRNAfold` instead.\n\n* ``pyRNAfold``: a python wrap of for another predictor, RNAfold, of RNA \n secondary structure energy. It is from the ViennaRNA_ package.\n\n* ``motif-score``: a motif score calculate\n\n* a sequence mapper to find lariat in RNA-seq reads (under test)\n\n* a sam file resampling method\n\n.. _this: http://unafold.rna.albany.edu/?q=node/927\n.. _ViennaRNA: https://www.tbi.univie.ac.at/RNA/index.html\n.. _manual: https://github.com/huangyh09/pyseqlib/blob/master/doc/intronX_manual.rst\n.. _example: https://sourceforge.net/projects/pyseqlib/files/intronX-example/\n\n\nHow to install?\n---------------\n\nPyseqlib was initially developed in Python 2 environment, hence best to be used \nin Py2 environment. By using Anaconda platform, no matter Py2 or Py 3, it is \neasy to set up a conda environment with Py2, for example by following commond:\n\n.. code-block:: bash\n\n conda create -n Py2 python=2.7 numpy==1.15.4 pysam==0.15.2 Cython==0.29.3 matplotlib==2.2.3\n source activate Py2\n\nOnce you are in a Python 2 environment, you can download the codes from this \ngithub repository and then run the following command line:\n\n::\n\n python setup.py install\n\nIf you don't have the root permission, add ``--user``.\n\nRquired libraries: ``pysam``, ``numpy``, ``Cython``.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/huangyh09/pyseqlib", "keywords": "sequencing data processing", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "pyseqlib", "package_url": "https://pypi.org/project/pyseqlib/", "platform": "", "project_url": "https://pypi.org/project/pyseqlib/", "project_urls": { "Homepage": "https://github.com/huangyh09/pyseqlib" }, "release_url": "https://pypi.org/project/pyseqlib/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "pySeqLib: A small python library to process sequencing data.", "version": "0.2.0" }, "last_serial": 4718094, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a8a854aec14ee2ab2e3cc5e771e556ee", "sha256": "d2a39794d272f9c5e4c26f6f9b0679a9ba4574ef376fc56d5ecdaa465da7eb52" }, "downloads": -1, "filename": "pyseqlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a8a854aec14ee2ab2e3cc5e771e556ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9715, "upload_time": "2017-12-15T20:32:17", "url": "https://files.pythonhosted.org/packages/ae/70/723d4c10f1be866aa2b37aa8e4167fc85cb63228f6122ba47c8f91337ff1/pyseqlib-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d4f2aae2b84f1ab657bd225eac039f39", "sha256": "c4046742f90b954e3340ee2d82216040ca9f69976fa5997c94423c2591ef2f6d" }, "downloads": -1, "filename": "pyseqlib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d4f2aae2b84f1ab657bd225eac039f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10802, "upload_time": "2019-01-20T11:39:42", "url": "https://files.pythonhosted.org/packages/1a/78/193fb13cd72650046711779cab6c5e835c7011fa977ef06af1e168f54f0a/pyseqlib-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4f2aae2b84f1ab657bd225eac039f39", "sha256": "c4046742f90b954e3340ee2d82216040ca9f69976fa5997c94423c2591ef2f6d" }, "downloads": -1, "filename": "pyseqlib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d4f2aae2b84f1ab657bd225eac039f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10802, "upload_time": "2019-01-20T11:39:42", "url": "https://files.pythonhosted.org/packages/1a/78/193fb13cd72650046711779cab6c5e835c7011fa977ef06af1e168f54f0a/pyseqlib-0.2.0.tar.gz" } ] }