FastqToFastaConverter


NameFastqToFastaConverter JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/sharifrahmanie/FastqToFastaConverter/archive/refs/tags/v0.1.tar.gz
SummaryFastQ to FASTA file converter
upload_time2024-04-28 18:47:14
maintainerNone
docs_urlNone
authorEdris Sharif Rahmani
requires_pythonNone
licenseMIT
keywords fastq fasta bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **FastQ to FASTA file converter**

# Installation

```r{}
pip install FastqToFastaConverter
```
# Running

```r{}
from FastqToFastaConverter.fastq2fasta import FastqToFastaConverter
converter = FastqToFastaConverter()
converter.convert('input.fastq')

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sharifrahmanie/FastqToFastaConverter/archive/refs/tags/v0.1.tar.gz",
    "name": "FastqToFastaConverter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "FASTQ, FASTA, Bioinformatics",
    "author": "Edris Sharif Rahmani",
    "author_email": "rahmani.biotech@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/00/6c/d1197474400811f3af67233d13dcc178796a1fbf28de5d5e853db48daf31/FastqToFastaConverter-0.1.tar.gz",
    "platform": null,
    "description": "**FastQ to FASTA file converter**\n\n# Installation\n\n```r{}\npip install FastqToFastaConverter\n```\n# Running\n\n```r{}\nfrom FastqToFastaConverter.fastq2fasta import FastqToFastaConverter\nconverter = FastqToFastaConverter()\nconverter.convert('input.fastq')\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "FastQ to FASTA file converter",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/sharifrahmanie/FastqToFastaConverter/archive/refs/tags/v0.1.tar.gz"
    },
    "split_keywords": [
        "fastq",
        " fasta",
        " bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "349e4635a103930d790ad358783b6c3c67378eb53ca88936fac192e33d49a3b6",
                "md5": "528e72c9ab18766c63f26af8832a9baf",
                "sha256": "923a1d445e0a5133796826dccf89759ed107e0652e080e7b2f9e1729048f45fc"
            },
            "downloads": -1,
            "filename": "FastqToFastaConverter-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "528e72c9ab18766c63f26af8832a9baf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3367,
            "upload_time": "2024-04-28T18:47:11",
            "upload_time_iso_8601": "2024-04-28T18:47:11.759522Z",
            "url": "https://files.pythonhosted.org/packages/34/9e/4635a103930d790ad358783b6c3c67378eb53ca88936fac192e33d49a3b6/FastqToFastaConverter-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "006cd1197474400811f3af67233d13dcc178796a1fbf28de5d5e853db48daf31",
                "md5": "352cb1f4cedef14b8767e465fb99c469",
                "sha256": "c1845c42ec62e49feb945c8c2e0bae0bd9d5523231e33b0547eefd2bde2ab6d1"
            },
            "downloads": -1,
            "filename": "FastqToFastaConverter-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "352cb1f4cedef14b8767e465fb99c469",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2782,
            "upload_time": "2024-04-28T18:47:14",
            "upload_time_iso_8601": "2024-04-28T18:47:14.318709Z",
            "url": "https://files.pythonhosted.org/packages/00/6c/d1197474400811f3af67233d13dcc178796a1fbf28de5d5e853db48daf31/FastqToFastaConverter-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 18:47:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sharifrahmanie",
    "github_project": "FastqToFastaConverter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fastqtofastaconverter"
}
        
Elapsed time: 0.23206s