multiqc


Namemultiqc JSON
Version 1.20 PyPI version JSON
download
home_pagehttp://multiqc.info
SummaryCreate aggregate bioinformatics analysis reports across many samples and tools
upload_time2024-02-12 13:00:41
maintainer
docs_urlNone
authorPhil Ewels
requires_python
licenseGPLv3
keywords bioinformatics biology sequencing ngs next generation sequencing quality control
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
MultiQC is a tool to aggregate bioinformatics results across many samples into a single report. It is written in Python and contains modules for a large number of common bioinformatics tools.

You can install MultiQC from PyPI as follows::

    pip install multiqc

Then it's just a case of going to your analysis directory and running the script::

    multiqc .

MultiQC will scan the specified directory (:code:`'.'` is the current dir) and produce a report detailing whatever it finds.

The report is created in :code:`multiqc_report.html` by default. Tab-delimited data files are created in :code:`multiqc_data/` to give easy access for downstream processing.

For more detailed instructions, run :code:`multiqc -h`

See the MultiQC website for documentation and tutorial videos: http://multiqc.info

MultiQC was written by Phil Ewels (http://phil.ewels.co.uk) at Seqera Labs (https://seqera.io/), originally at SciLifeLab Sweden (http://www.scilifelab.se)

            

Raw data

            {
    "_id": null,
    "home_page": "http://multiqc.info",
    "name": "multiqc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bioinformatics,biology,sequencing,NGS,next generation sequencing,quality control",
    "author": "Phil Ewels",
    "author_email": "phil.ewels@seqera.io",
    "download_url": "https://files.pythonhosted.org/packages/8c/c2/6016a7cb33e904a2637da26065a45198f8ed88bc9461d30a177c130360f8/multiqc-1.20.tar.gz",
    "platform": null,
    "description": "\nMultiQC is a tool to aggregate bioinformatics results across many samples into a single report. It is written in Python and contains modules for a large number of common bioinformatics tools.\n\nYou can install MultiQC from PyPI as follows::\n\n    pip install multiqc\n\nThen it's just a case of going to your analysis directory and running the script::\n\n    multiqc .\n\nMultiQC will scan the specified directory (:code:`'.'` is the current dir) and produce a report detailing whatever it finds.\n\nThe report is created in :code:`multiqc_report.html` by default. Tab-delimited data files are created in :code:`multiqc_data/` to give easy access for downstream processing.\n\nFor more detailed instructions, run :code:`multiqc -h`\n\nSee the MultiQC website for documentation and tutorial videos: http://multiqc.info\n\nMultiQC was written by Phil Ewels (http://phil.ewels.co.uk) at Seqera Labs (https://seqera.io/), originally at SciLifeLab Sweden (http://www.scilifelab.se)\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Create aggregate bioinformatics analysis reports across many samples and tools",
    "version": "1.20",
    "project_urls": {
        "Download": "https://github.com/MultiQC/MultiQC/tarball/v1.20",
        "Homepage": "http://multiqc.info"
    },
    "split_keywords": [
        "bioinformatics",
        "biology",
        "sequencing",
        "ngs",
        "next generation sequencing",
        "quality control"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e38ec1edb7d5337c1bf4763e7ef0bb167ce14802742dff618a2fad3f251fb84",
                "md5": "f2924f1caec8e96cf5959f63032ef5b2",
                "sha256": "5b04017f8bd1610b0aa6f01adeb1bb64b1fcb4d2661a85ca6b2f0ac4ea173f45"
            },
            "downloads": -1,
            "filename": "multiqc-1.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2924f1caec8e96cf5959f63032ef5b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4557103,
            "upload_time": "2024-02-12T13:00:39",
            "upload_time_iso_8601": "2024-02-12T13:00:39.825411Z",
            "url": "https://files.pythonhosted.org/packages/6e/38/ec1edb7d5337c1bf4763e7ef0bb167ce14802742dff618a2fad3f251fb84/multiqc-1.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cc26016a7cb33e904a2637da26065a45198f8ed88bc9461d30a177c130360f8",
                "md5": "c85baca2f267d45e3a922ea2ab5e3ada",
                "sha256": "fa8a9750f9467df488e3335f992ea612f8404f2a2dcee817722d0230367a957e"
            },
            "downloads": -1,
            "filename": "multiqc-1.20.tar.gz",
            "has_sig": false,
            "md5_digest": "c85baca2f267d45e3a922ea2ab5e3ada",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4286783,
            "upload_time": "2024-02-12T13:00:41",
            "upload_time_iso_8601": "2024-02-12T13:00:41.646096Z",
            "url": "https://files.pythonhosted.org/packages/8c/c2/6016a7cb33e904a2637da26065a45198f8ed88bc9461d30a177c130360f8/multiqc-1.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 13:00:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MultiQC",
    "github_project": "MultiQC",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "multiqc"
}
        
Elapsed time: 0.18568s