{ "info": { "author": "Gustavo Arango", "author_email": "gustavo1@vt.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "## Chloroplast removal tool\n\nThis is a simple tool that removes all 16s rRNAs-like reads from a paired-end sample. By using Bowtie2 paired end reads are screened against the 16S-rRNAs from the greengenes database and removed from the samples. \n\n### Requirements\nMake sure you have installed the following software (packages):\n Bowtie2\n\n\n### Instalation\n\n pip install chfilter --user\n\n\n\n\n### Usage\n usage: chfiler remove [-h] --paired-1 PAIRED_1 --paired-2 PAIRED_2 --out-dir OUT_DIR\n\n optional arguments:\n -h, --help show this help message and exit\n --paired-1 PAIRED_1 paired read 1\n --paired-2 PAIRED_2 paired read 2\n --out-dir OUT_DIR output directory\n\n#### Usage example\n clremove clear --paired-1 ./test/r1.fq --paired-2 ./test/r2.fq --out-dir ./test/\n\n### output files\nThe files with filtered chloroplast reads are stored as \n \n *.no-chl.fastq", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gaarangoa/chfilter", "keywords": "metagenomics", "license": "BSD-2", "maintainer": "", "maintainer_email": "", "name": "chfilter", "package_url": "https://pypi.org/project/chfilter/", "platform": "", "project_url": "https://pypi.org/project/chfilter/", "project_urls": { "Homepage": "https://github.com/gaarangoa/chfilter" }, "release_url": "https://pypi.org/project/chfilter/1.3/", "requires_dist": null, "requires_python": "", "summary": "Simple instructions to remove 16s rRNA reads from metagenomics samples", "version": "1.3" }, "last_serial": 3582791, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "74e8bc938ef58342f15019e8c26fce51", "sha256": "10c47452385adafcfadc8d947f1330c6717bca2e4d2885014928697f200cf298" }, "downloads": -1, "filename": "chfilter-1.2.tar.gz", "has_sig": false, "md5_digest": "74e8bc938ef58342f15019e8c26fce51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348230, "upload_time": "2018-02-14T23:02:42", "url": "https://files.pythonhosted.org/packages/c4/60/31ab04ca467c12f6c34894db6e571b421f6a988bd9d4c9d53996a4d9eb3e/chfilter-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "e02bf9ad507f6fe4268e5aa6aab0e803", "sha256": "b4e2d467293d58419cbbd510b36b7690494f1aa545ed3f8d5b36fbc59b8bb5af" }, "downloads": -1, "filename": "chfilter-1.3.tar.gz", "has_sig": false, "md5_digest": "e02bf9ad507f6fe4268e5aa6aab0e803", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348248, "upload_time": "2018-02-14T23:12:54", "url": "https://files.pythonhosted.org/packages/19/22/ade9e1fa373e798645dba1580c2056b2c5c55b892f64e37235b8fb1ca026/chfilter-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e02bf9ad507f6fe4268e5aa6aab0e803", "sha256": "b4e2d467293d58419cbbd510b36b7690494f1aa545ed3f8d5b36fbc59b8bb5af" }, "downloads": -1, "filename": "chfilter-1.3.tar.gz", "has_sig": false, "md5_digest": "e02bf9ad507f6fe4268e5aa6aab0e803", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348248, "upload_time": "2018-02-14T23:12:54", "url": "https://files.pythonhosted.org/packages/19/22/ade9e1fa373e798645dba1580c2056b2c5c55b892f64e37235b8fb1ca026/chfilter-1.3.tar.gz" } ] }