{ "info": { "author": "Augustine Dunn", "author_email": "wadunn83@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Welcome to Blacktie!\n==========================\n\nThis package is functional but under heavy development so you may want to periodically\npull the latest code from the repo at git://github.com/xguse/blacktie.git.\n\nFor the **LATEST** version pull the 'develop' branch.\n\n**I seek collaboration and contributions to improve this tool.** \n\n**PLEASE** take it and run with it, but send me your progress!\n\nIts goal is to **simplify the integration of all the\ninput/output streams of the tophat/cufflinks workflow** into a single yaml based config\nfile and automate as much of everything else as possible so that once the config file\nis filled out, **the entire process of analysing a multi-condition RNA-seq experiment can\nbe run with a single command.** \n\nI have not had time to fill in ALL the doc strings but updating them regularly.\n\n(Current version of the docs can be found here: http://xguse.github.com/blacktie/)\n\nIf you want to use/contribute before the docs are complete, please feel free to contact me at \nwadunn83@gmail.com for guidance.\n\nIssue tracking\n--------------\nIf you find issues, bugs, or have feature requests, please go here to submit them: https://github.com/xguse/blacktie/issues\n\n\nBlacktie Poster\n------------------------\n\n\n.. raw:: html\n\t\n\n\nTo credit the use of blacktie please cite the poster using the DOI link provided.\n\n\t*Introducing Blacktie: a simpler way to do RNA-seq using Tophat/Cufflinks/CummeRbund*. Augustine Dunn. figshare.\n\thttp://dx.doi.org/10.6084/m9.figshare.714149\n\n\n\nUsage\n-----\n.. code-block:: none\n\n\tusage: blacktie [-h] [--version]\n\t [--prog {tophat,cufflinks,cuffmerge,cuffdiff,cummerbund,all}]\n\t [--hide-logs] [--no-email]\n\t [--mode {analyze,dry_run,qsub_script}]\n\t config_file\n\n\tThis script reads options from a yaml formatted file and organizes the\n\texecution of tophat/cufflinks runs for multiple condition sets.\n\n\tpositional arguments:\n\t config_file Path to a yaml formatted config file containing setup\n\t options for the runs.\n\n\toptional arguments:\n\t -h, --help show this help message and exit\n\t --version Print version number.\n\t --prog {tophat,cufflinks,cuffmerge,cuffdiff,cummerbund,all}\n\t Which program do you want to run? (default: tophat)\n\t --hide-logs Make your log directories hidden to keep a tidy\n\t 'looking' base directory. (default: False)\n\t --no-email Don't send email notifications. (default: False)\n\t --mode {analyze,dry_run,qsub_script}\n\t 1) 'analyze': run the analysis pipeline. 2) 'dry_run':\n\t walk through all steps that would be run and print out\n\t the command lines; however, do not send the commands\n\t to the system to be run. 3) 'qsub_script': generate\n\t bash scripts suitable to be sent to a compute\n\t cluster's SGE through the qsub command. (default:\n\t analyze)\t\n\n\n\n\n\nCredits\n-------\n\n- `Distribute`_\n- `Buildout`_\n- `modern-package-template`_\n\n.. _Buildout: http://www.buildout.org/\n.. _Distribute: http://pypi.python.org/pypi/distribute\n.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template\n\n\n.. image:: https://d2weczhvl823v0.cloudfront.net/xguse/blacktie/trend.png\n :alt: Bitdeli badge\n :target: https://bitdeli.com/free\n\n\n.. This is your project NEWS file which will contain the release notes.\n.. Example: http://www.python.org/download/releases/2.6/NEWS.txt\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nNews\n====\n\n0.2.1.2\n-----------\n*Release date: 2013-07-17*\n\n* version number system adopted to conform to PEP386\n* This is a hot fix to squash a bug described in github issue: https://github.com/xguse/blacktie/issues/10\n * **in short:** on a Mac ``pprocess`` complained \"AttributeError: 'module' object has no attribute 'poll'\" when trying to set up a queue.\n * the quick fix is to look for that exception and continue without ``pprocess`` if encountered to avoid the fatal exception.\n\n\n\n0.2.1\n---------\n*Release date: 2013-05-15*\n\n* git tag: 'v0.2.1'\n* added new script named blacktie-cummerbund to run cummeRbund\n* added new class in calls.py CummerbundCall to use blacktie-cummerbund script to add cummeRbund plots to blacktie script\n* checks for R and rpy2 installations\n* if cummeRbund R library not found, it walks you through installing it\n* ``src/blacktie/utils/calls.py``: - fixed _flag_out_dir() so that if the outdir has not been created yet it gracefully moves on\n* ``examples/blacktie_config_example.yaml``: - added cummerbund_options\n* ``requirements.txt``: - added rpy2\n* updated docs\n\n0.2.0rc1\n--------\n\n*Release date: 2013-04-19*\n\n* git tag: 'v0.2.0rc1'\n* Added support for handling biological replicates in cuffdiff runs.\n* Major changes to yaml config:\n * condition_queue[index].group_id --> condition_queue[index].experiment_id\n * addition of condition_queue[index].replicate_id to track replicate data\n * condition_queue[index].name now represents description of an 'experiemental condition' and will be shared by replicates.\n\n\n0.1.1\n-----\n\n*Release date: 2013-03-21*\n\n* git commit SHA digest: 9d7c02d5e7f4ec8970bb2291c3eb6ff8f4dbe542\n* git tag: 'v0.1.1'\n\n\n0.1_dev\n-------\n\n*Release date: 2013-03-20*\n\n* git commit SHA digest: 808c11fb396c71af55ff690fa6f2e628e5ffd758\n* git tag: 'v0.1-dev'\n* First uploaded to PyPI\n* This verion is still under active development.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xguse/", "keywords": "scientific computing RNA-seq tophat cufflinks bowtie CummeRbund", "license": "GPL 3", "maintainer": null, "maintainer_email": null, "name": "blacktie", "package_url": "https://pypi.org/project/blacktie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/blacktie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xguse/" }, "release_url": "https://pypi.org/project/blacktie/0.2.1.2/", "requires_dist": null, "requires_python": null, "summary": "A python wrapper for analysis of RNA-seq data with the popular tophat/cufflinks pipeline.", "version": "0.2.1.2" }, "last_serial": 817505, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "91555c4588bc23870c8a4e50b36ada7b", "sha256": "ad538cc632ea39a08aee18246cb1f9a157ca2cef4ea56d1bbd5a17e502f83994" }, "downloads": -1, "filename": "blacktie-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91555c4588bc23870c8a4e50b36ada7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14957, "upload_time": "2013-03-22T03:55:06", "url": "https://files.pythonhosted.org/packages/27/7e/e26d951e2a951cddab81609358448ed51cac18d12083f25a31481669d087/blacktie-0.1.1.tar.gz" } ], "0.2.0rc1": [ { "comment_text": "", "digests": { "md5": "6efe7538c52674ef3be947a733fba049", "sha256": "74cb0d202836140157f838b8b6d3d99a9232d25cc7908224e0082450488d0d16" }, "downloads": -1, "filename": "blacktie-0.2.0rc1.linux-x86_64.exe", "has_sig": false, "md5_digest": "6efe7538c52674ef3be947a733fba049", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 93723, "upload_time": "2013-04-19T17:45:22", "url": "https://files.pythonhosted.org/packages/63/5b/470a3d35d450ebfa95a994b67561b1889c5a8dba2ef789d71e6cb9fc46ad/blacktie-0.2.0rc1.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "851ca9c8a5323162e73a82483f5096a9", "sha256": "f7fe29989788ab701969d25ca6dc8783913f149ce0d70289dd020aa4a83adb85" }, "downloads": -1, "filename": "blacktie-0.2.0rc1.tar.gz", "has_sig": false, "md5_digest": "851ca9c8a5323162e73a82483f5096a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29287, "upload_time": "2013-04-19T17:45:19", "url": "https://files.pythonhosted.org/packages/4e/04/4e7e68ec3ada6fa951af1817ac8f7e83ebb84e83d29f605536af0988426d/blacktie-0.2.0rc1.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "cbf44e985b2664fdef103b954ad56545", "sha256": "5da7bad4620194fae9c1aaddb014061396507324cfc676a76f6031c6cc872b85" }, "downloads": -1, "filename": "blacktie-0.2.1.linux-x86_64.exe", "has_sig": false, "md5_digest": "cbf44e985b2664fdef103b954ad56545", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 101372, "upload_time": "2013-05-17T00:01:17", "url": "https://files.pythonhosted.org/packages/79/c0/eaa3d698d695563542a35068cc80a04b635df7e325d37021a705db4ba27a/blacktie-0.2.1.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "e0c529a0cc5571334152bccd7e973bf2", "sha256": "ffd70c8eae7416e2be1a8dc93a0291c4e2d916b9d4a2f158acd4021ad5e0e916" }, "downloads": -1, "filename": "blacktie-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e0c529a0cc5571334152bccd7e973bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32323, "upload_time": "2013-05-17T00:01:14", "url": "https://files.pythonhosted.org/packages/8e/fc/bd7f12c1ed14849698f31a8b9886112854f5fef81aa866e813d5dd718689/blacktie-0.2.1.tar.gz" } ], "0.2.1.2": [ { "comment_text": "", "digests": { "md5": "38c1bda17b366e8298b808802ab069e3", "sha256": "4b12ed6f2aabf5d627a41a517b28f6a588df46eebe24f080e84d04074fe705a9" }, "downloads": -1, "filename": "blacktie-0.2.1.2.tar.gz", "has_sig": false, "md5_digest": "38c1bda17b366e8298b808802ab069e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31903, "upload_time": "2013-07-17T18:59:54", "url": "https://files.pythonhosted.org/packages/e1/f6/a0ade5907be44eb0ff943f369e50607ddd3e05843e23f641a46f62c6e801/blacktie-0.2.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38c1bda17b366e8298b808802ab069e3", "sha256": "4b12ed6f2aabf5d627a41a517b28f6a588df46eebe24f080e84d04074fe705a9" }, "downloads": -1, "filename": "blacktie-0.2.1.2.tar.gz", "has_sig": false, "md5_digest": "38c1bda17b366e8298b808802ab069e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31903, "upload_time": "2013-07-17T18:59:54", "url": "https://files.pythonhosted.org/packages/e1/f6/a0ade5907be44eb0ff943f369e50607ddd3e05843e23f641a46f62c6e801/blacktie-0.2.1.2.tar.gz" } ] }