sequali


Namesequali JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryFast sequencing quality metrics
upload_time2024-04-17 07:52:30
maintainerNone
docs_urlNone
authorNone
requires_python>3.8
licenseAGPL-v3.0
keywords fastq sequencing quality ubam qc nanopore illumina
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/pypi/v/sequali.svg
  :target: https://pypi.org/project/sequali/
  :alt:

.. image:: https://img.shields.io/conda/v/bioconda/sequali.svg
  :target: https://bioconda.github.io/recipes/sequali/README.html
  :alt:

.. image:: https://img.shields.io/pypi/pyversions/sequali.svg
  :target: https://pypi.org/project/sequali/
  :alt:

.. image:: https://img.shields.io/pypi/l/sequali.svg
  :target: https://github.com/rhpvorderman/sequali/blob/main/LICENSE
  :alt:

.. image:: https://readthedocs.org/projects/sequali/badge/?version=latest
  :target: https://sequali.readthedocs.io/en/latest/?badge=latest
  :alt:

.. image:: https://codecov.io/gh/rhpvorderman/sequali/graph/badge.svg?token=MSR1A6BEGC
  :target: https://codecov.io/gh/rhpvorderman/sequali
  :alt:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10854010.svg
  :target: https://doi.org/10.5281/zenodo.10854010
  :alt:

========
Sequali
========

.. introduction start

Sequence quality metrics for FASTQ and uBAM files.

Features:

+ Low memory footprint, small install size and fast execution times.
+ Informative graphs that allow for judging the quality of a sequence at
  a quick glance.
+ Overrepresentation analysis using 21 bp sequence fragments. Overrepresented
  sequences are checked against the NCBI univec database.
+ Estimate duplication rate using a `fingerprint subsampling technique which is
  also used in filesystem duplication estimation
  <https://www.usenix.org/system/files/conference/atc13/atc13-xie.pdf>`_.
+ Checks for 6 illumina adapter sequences and 17 nanopore adapter sequences.
+ Per tile quality plots for illumina reads.
+ Channel and other plots for nanopore reads.
+ FASTQ and unaligned BAM are supported. See "Supported formats".

Example reports:

+ `GM24385_1.fastq.gz <https://github.com/rhpvorderman/sequali/files/14725146/GM24385_1.fastq.gz.html.zip>`_;
  HG002 (Genome In A Bottle) on ultra-long Nanopore Sequencing. `Sequence file download <https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/AshkenazimTrio/HG002_NA24385_son/UCSC_Ultralong_OxfordNanopore_Promethion/GM24385_1.fastq.gz>`_.

.. introduction end

For more information check `the documentation <https://sequali.readthedocs.io>`_.

Supported formats
=================

.. formats start

- FASTQ. Only the Sanger variation with a phred offset of 33 and the error rate
  calculation of 10 ^ (-phred/10) is supported. All sequencers use this
  format today.

  - For sequences called by illumina base callers an additional plot with the
    per tile quality will be provided.
  - For sequences called by guppy additional plots for nanopore specific
    data will be provided.

- unaligned BAM. Any alignment flags are currently ignored.

  - For uBAM data as delivered by dorado additional nanopore plots will be
    provided.

.. formats end

Installation
============

.. installation start

Installation via pip is available with::

    pip install sequali

Sequali is also distributed via bioconda. It can be installed with::

    conda install -c conda-forge -c bioconda sequali

.. installation end

Quickstart
==========

.. quickstart start

.. code-block::

    sequali path/to/my.fastq.gz

This will create a report ``my.fastq.gz.html`` and a json ``my.fastq.gz.json``
in the current working directory.

.. quickstart end

For all command line options checkout the
`usage documentation <https://sequali.readthedocs.io/#usage>`_.

For more extensive information about the module options check the
`documentation on the module options
<https://sequali.readthedocs.io/#module-option-explanations>`_.

Acknowledgements
================

.. acknowledgements start

+ `FastQC <https://www.bioinformatics.babraham.ac.uk/projects/fastqc/>`_ for
  its excellent selection of relevant metrics. For this reason these metrics
  are also gathered by Sequali.
+ The matplotlib team for their excellent work on colormaps. Their work was
  an inspiration for how to present the data and their RdBu colormap is used
  to represent quality score data. Check their `writings on colormaps
  <https://matplotlib.org/stable/users/explain/colors/colormaps.html>`_ for
  a good introduction.
+ Wouter de Coster for his `excellent post on how to correctly average phred
  scores <https://gigabaseorgigabyte.wordpress.com/2017/06/26/averaging-basecall-quality-scores-the-right-way/>`_.
+ Marcel Martin for providing very extensive feedback.

.. acknowledgements end

License
=======

.. license start

This project is licensed under the GNU Affero General Public License v3. Mainly
to avoid commercial parties from using it without notifying the users that they
can run it themselves. If you want to include code from Sequali in your
open source project, but it is not compatible with the AGPL, please contact me
and we can discuss a separate license.

.. license end

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sequali",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.8",
    "maintainer_email": null,
    "keywords": "FASTQ, sequencing quality, uBAM, QC, nanopore, illumina",
    "author": null,
    "author_email": "Ruben Vorderman <r.h.p.vorderman@lumc.nl>",
    "download_url": "https://files.pythonhosted.org/packages/c6/d3/16d79e572aa92ee0eed119d0877151fd9559158481586f7b3b0da9d66ec6/sequali-0.7.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/sequali.svg\n  :target: https://pypi.org/project/sequali/\n  :alt:\n\n.. image:: https://img.shields.io/conda/v/bioconda/sequali.svg\n  :target: https://bioconda.github.io/recipes/sequali/README.html\n  :alt:\n\n.. image:: https://img.shields.io/pypi/pyversions/sequali.svg\n  :target: https://pypi.org/project/sequali/\n  :alt:\n\n.. image:: https://img.shields.io/pypi/l/sequali.svg\n  :target: https://github.com/rhpvorderman/sequali/blob/main/LICENSE\n  :alt:\n\n.. image:: https://readthedocs.org/projects/sequali/badge/?version=latest\n  :target: https://sequali.readthedocs.io/en/latest/?badge=latest\n  :alt:\n\n.. image:: https://codecov.io/gh/rhpvorderman/sequali/graph/badge.svg?token=MSR1A6BEGC\n  :target: https://codecov.io/gh/rhpvorderman/sequali\n  :alt:\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10854010.svg\n  :target: https://doi.org/10.5281/zenodo.10854010\n  :alt:\n\n========\nSequali\n========\n\n.. introduction start\n\nSequence quality metrics for FASTQ and uBAM files.\n\nFeatures:\n\n+ Low memory footprint, small install size and fast execution times.\n+ Informative graphs that allow for judging the quality of a sequence at\n  a quick glance.\n+ Overrepresentation analysis using 21 bp sequence fragments. Overrepresented\n  sequences are checked against the NCBI univec database.\n+ Estimate duplication rate using a `fingerprint subsampling technique which is\n  also used in filesystem duplication estimation\n  <https://www.usenix.org/system/files/conference/atc13/atc13-xie.pdf>`_.\n+ Checks for 6 illumina adapter sequences and 17 nanopore adapter sequences.\n+ Per tile quality plots for illumina reads.\n+ Channel and other plots for nanopore reads.\n+ FASTQ and unaligned BAM are supported. See \"Supported formats\".\n\nExample reports:\n\n+ `GM24385_1.fastq.gz <https://github.com/rhpvorderman/sequali/files/14725146/GM24385_1.fastq.gz.html.zip>`_;\n  HG002 (Genome In A Bottle) on ultra-long Nanopore Sequencing. `Sequence file download <https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/AshkenazimTrio/HG002_NA24385_son/UCSC_Ultralong_OxfordNanopore_Promethion/GM24385_1.fastq.gz>`_.\n\n.. introduction end\n\nFor more information check `the documentation <https://sequali.readthedocs.io>`_.\n\nSupported formats\n=================\n\n.. formats start\n\n- FASTQ. Only the Sanger variation with a phred offset of 33 and the error rate\n  calculation of 10 ^ (-phred/10) is supported. All sequencers use this\n  format today.\n\n  - For sequences called by illumina base callers an additional plot with the\n    per tile quality will be provided.\n  - For sequences called by guppy additional plots for nanopore specific\n    data will be provided.\n\n- unaligned BAM. Any alignment flags are currently ignored.\n\n  - For uBAM data as delivered by dorado additional nanopore plots will be\n    provided.\n\n.. formats end\n\nInstallation\n============\n\n.. installation start\n\nInstallation via pip is available with::\n\n    pip install sequali\n\nSequali is also distributed via bioconda. It can be installed with::\n\n    conda install -c conda-forge -c bioconda sequali\n\n.. installation end\n\nQuickstart\n==========\n\n.. quickstart start\n\n.. code-block::\n\n    sequali path/to/my.fastq.gz\n\nThis will create a report ``my.fastq.gz.html`` and a json ``my.fastq.gz.json``\nin the current working directory.\n\n.. quickstart end\n\nFor all command line options checkout the\n`usage documentation <https://sequali.readthedocs.io/#usage>`_.\n\nFor more extensive information about the module options check the\n`documentation on the module options\n<https://sequali.readthedocs.io/#module-option-explanations>`_.\n\nAcknowledgements\n================\n\n.. acknowledgements start\n\n+ `FastQC <https://www.bioinformatics.babraham.ac.uk/projects/fastqc/>`_ for\n  its excellent selection of relevant metrics. For this reason these metrics\n  are also gathered by Sequali.\n+ The matplotlib team for their excellent work on colormaps. Their work was\n  an inspiration for how to present the data and their RdBu colormap is used\n  to represent quality score data. Check their `writings on colormaps\n  <https://matplotlib.org/stable/users/explain/colors/colormaps.html>`_ for\n  a good introduction.\n+ Wouter de Coster for his `excellent post on how to correctly average phred\n  scores <https://gigabaseorgigabyte.wordpress.com/2017/06/26/averaging-basecall-quality-scores-the-right-way/>`_.\n+ Marcel Martin for providing very extensive feedback.\n\n.. acknowledgements end\n\nLicense\n=======\n\n.. license start\n\nThis project is licensed under the GNU Affero General Public License v3. Mainly\nto avoid commercial parties from using it without notifying the users that they\ncan run it themselves. If you want to include code from Sequali in your\nopen source project, but it is not compatible with the AGPL, please contact me\nand we can discuss a separate license.\n\n.. license end\n",
    "bugtrack_url": null,
    "license": "AGPL-v3.0",
    "summary": "Fast sequencing quality metrics",
    "version": "0.7.1",
    "project_urls": {
        "Documentation": "https://sequali.readthedocs.io",
        "Homepage": "https://github.com/rhpvorderman/sequali",
        "Issue tracker": "https://github.com/rhpvorderman/sequali/issues"
    },
    "split_keywords": [
        "fastq",
        " sequencing quality",
        " ubam",
        " qc",
        " nanopore",
        " illumina"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aadcb499b835659b0ce36f6b2bf42242d882f1ee4ffc8ef4b4398fb3c327fb7b",
                "md5": "0d34c8c14b4e0de07261fe96f0067ab0",
                "sha256": "a4945db113cfb5706085b90c9bded2b2fcf1e3000420efeb9803f4e84135b962"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d34c8c14b4e0de07261fe96f0067ab0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.8",
            "size": 543025,
            "upload_time": "2024-04-17T07:54:43",
            "upload_time_iso_8601": "2024-04-17T07:54:43.175923Z",
            "url": "https://files.pythonhosted.org/packages/aa/dc/b499b835659b0ce36f6b2bf42242d882f1ee4ffc8ef4b4398fb3c327fb7b/sequali-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32127f26e33a1e8a1487902f0d6cfa8241286aa1562365722925f53c40c33208",
                "md5": "5bdb0724066f23adeaff07bd75f7cdaa",
                "sha256": "16a9a8173dce77db2ca51c4059db120640579731bf77f92acbda032ca1dcf1d6"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5bdb0724066f23adeaff07bd75f7cdaa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.8",
            "size": 537488,
            "upload_time": "2024-04-17T07:50:36",
            "upload_time_iso_8601": "2024-04-17T07:50:36.885832Z",
            "url": "https://files.pythonhosted.org/packages/32/12/7f26e33a1e8a1487902f0d6cfa8241286aa1562365722925f53c40c33208/sequali-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59aaf4fad03cb22d14c55d0f91aae9e86eea7c860a7a4b98c1f7e7c103686cb3",
                "md5": "b661f2ab0cde4a12c8b9a011f8de0667",
                "sha256": "a1029c755305eb0edcc1e828067edc89c9f9ee5a4ff7c55b6a2831d1a8d9d9e9"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b661f2ab0cde4a12c8b9a011f8de0667",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.8",
            "size": 548159,
            "upload_time": "2024-04-17T07:52:12",
            "upload_time_iso_8601": "2024-04-17T07:52:12.403708Z",
            "url": "https://files.pythonhosted.org/packages/59/aa/f4fad03cb22d14c55d0f91aae9e86eea7c860a7a4b98c1f7e7c103686cb3/sequali-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3d05c4eb352b04c2338a511f24ddfa3889dec7acb7013b4697cffa37c7974bc",
                "md5": "fc322780e03b73195b591032721ab383",
                "sha256": "1f2117048e078e783e084c5948d7e9a2ab50a2c59ddf5025090d66c6707f75e2"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc322780e03b73195b591032721ab383",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.8",
            "size": 548675,
            "upload_time": "2024-04-17T07:52:14",
            "upload_time_iso_8601": "2024-04-17T07:52:14.395462Z",
            "url": "https://files.pythonhosted.org/packages/c3/d0/5c4eb352b04c2338a511f24ddfa3889dec7acb7013b4697cffa37c7974bc/sequali-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2334e4531dc6bdf373e83ba9eb8a8bb072bf2c27b9f7bafa018485a673edcc5",
                "md5": "4207550e6ae7a002a0a0d0d65d8e1470",
                "sha256": "6ba3f39e8ccd40ad80514d48233b0bfaabb21d2e08d85527793f12344b6fdfb5"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4207550e6ae7a002a0a0d0d65d8e1470",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.8",
            "size": 544111,
            "upload_time": "2024-04-17T07:52:55",
            "upload_time_iso_8601": "2024-04-17T07:52:55.861797Z",
            "url": "https://files.pythonhosted.org/packages/a2/33/4e4531dc6bdf373e83ba9eb8a8bb072bf2c27b9f7bafa018485a673edcc5/sequali-0.7.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb973bb92b7bcfc803038a9c037247ead7c817ffb5f02355c702f0080c3324e5",
                "md5": "04665c0abe177f542fe1774243e60544",
                "sha256": "217af6ec0b2ec2ecee0f8fb4b1b7f37d08a7d216998ca67bb1baf2a0d13ee075"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04665c0abe177f542fe1774243e60544",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.8",
            "size": 543278,
            "upload_time": "2024-04-17T07:54:45",
            "upload_time_iso_8601": "2024-04-17T07:54:45.025330Z",
            "url": "https://files.pythonhosted.org/packages/bb/97/3bb92b7bcfc803038a9c037247ead7c817ffb5f02355c702f0080c3324e5/sequali-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0534ae0bfc687ee8921dce585265c0b07a9ad00bb4e0c87a7f0fe3bb3b57a773",
                "md5": "40c5168172646d9ecb8f18cb25ef2375",
                "sha256": "2cd805fc138c10069d62d78207796323ed07c08c6cc3cb9c6b9c6e31eeea9335"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "40c5168172646d9ecb8f18cb25ef2375",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.8",
            "size": 537554,
            "upload_time": "2024-04-17T07:50:38",
            "upload_time_iso_8601": "2024-04-17T07:50:38.247390Z",
            "url": "https://files.pythonhosted.org/packages/05/34/ae0bfc687ee8921dce585265c0b07a9ad00bb4e0c87a7f0fe3bb3b57a773/sequali-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47900ef79fb25c8af0b9dc7874192d81dd16cf88e5dce1d13e6cd2b20fdab553",
                "md5": "3a08d74ed715d9d85b98d3ca83326f30",
                "sha256": "0a3c47a3a071f35e9ab46f45e0b21217b82a1f5c32bdf6ff0293a9d6bd4b1991"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a08d74ed715d9d85b98d3ca83326f30",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.8",
            "size": 548079,
            "upload_time": "2024-04-17T07:52:16",
            "upload_time_iso_8601": "2024-04-17T07:52:16.431669Z",
            "url": "https://files.pythonhosted.org/packages/47/90/0ef79fb25c8af0b9dc7874192d81dd16cf88e5dce1d13e6cd2b20fdab553/sequali-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "410aac09fdb6f2d7fedcdc86a392c3b671fbc752a94ed436c413a5f237633e57",
                "md5": "18c28a1b533a1d32a3146e0cdf9938ce",
                "sha256": "83d440922f7f633da2381ae32024f6b34901a83ed88f6ac842e6a8030efb6255"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18c28a1b533a1d32a3146e0cdf9938ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.8",
            "size": 548587,
            "upload_time": "2024-04-17T07:52:18",
            "upload_time_iso_8601": "2024-04-17T07:52:18.394653Z",
            "url": "https://files.pythonhosted.org/packages/41/0a/ac09fdb6f2d7fedcdc86a392c3b671fbc752a94ed436c413a5f237633e57/sequali-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92063b1de1091fd5485ced208faa21d43455aa36da6726c0d749201d003d935a",
                "md5": "3ab0948dddb4235d8860a86e0ecf9951",
                "sha256": "69000a4cd21b791c690b7739fe6ee6c8be74be383505dfa7acbd1e23a40bc83d"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ab0948dddb4235d8860a86e0ecf9951",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.8",
            "size": 544099,
            "upload_time": "2024-04-17T07:52:57",
            "upload_time_iso_8601": "2024-04-17T07:52:57.519372Z",
            "url": "https://files.pythonhosted.org/packages/92/06/3b1de1091fd5485ced208faa21d43455aa36da6726c0d749201d003d935a/sequali-0.7.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5721f569bd35e5f72c1c21c09ddb943d05f11d2e329dbbb193a99faa8d722ab8",
                "md5": "c585289b268d3b46a03b495afbac14b7",
                "sha256": "5e12e35144a23c78317c11b1d5ffe32017099494d68300e22cc2aeef673b1514"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c585289b268d3b46a03b495afbac14b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.8",
            "size": 543073,
            "upload_time": "2024-04-17T07:54:46",
            "upload_time_iso_8601": "2024-04-17T07:54:46.476651Z",
            "url": "https://files.pythonhosted.org/packages/57/21/f569bd35e5f72c1c21c09ddb943d05f11d2e329dbbb193a99faa8d722ab8/sequali-0.7.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fa7c508a8ffbc29b332c1e649b3f2e5ac2aa3a9fe8e1f8ead385fe91bc66f7b",
                "md5": "980a79184fff352dd10c7512b500374e",
                "sha256": "2960ea67a79c61e9c64cb1d5a62a7b1b9ae1a201727f20d09fd0d533e5fe0f37"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "980a79184fff352dd10c7512b500374e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.8",
            "size": 537692,
            "upload_time": "2024-04-17T07:50:40",
            "upload_time_iso_8601": "2024-04-17T07:50:40.119363Z",
            "url": "https://files.pythonhosted.org/packages/9f/a7/c508a8ffbc29b332c1e649b3f2e5ac2aa3a9fe8e1f8ead385fe91bc66f7b/sequali-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "290942df8bc58ba0b67fe7b48625b443cd2c6b3c35390b8ada07abdba0b82a15",
                "md5": "57c58ace98d7baa8559b288daec1b858",
                "sha256": "643ca1d62687afff43d874ca51dbb6eb96aac0ea653ee0cd6dc40d38b1e6b769"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57c58ace98d7baa8559b288daec1b858",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.8",
            "size": 548552,
            "upload_time": "2024-04-17T07:52:19",
            "upload_time_iso_8601": "2024-04-17T07:52:19.673662Z",
            "url": "https://files.pythonhosted.org/packages/29/09/42df8bc58ba0b67fe7b48625b443cd2c6b3c35390b8ada07abdba0b82a15/sequali-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2a480e1038a997cb1eaf7cda2ebac32a5d4d369b1b1fb6b53de6bd47571b24f",
                "md5": "4ed091ee1c1f11e3ee466f4b7b40e8d1",
                "sha256": "67c32de246a6682c45a7a0a700367423434d3b28a438e191ffe80e8ff95b1e7d"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ed091ee1c1f11e3ee466f4b7b40e8d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.8",
            "size": 549013,
            "upload_time": "2024-04-17T07:52:21",
            "upload_time_iso_8601": "2024-04-17T07:52:21.128382Z",
            "url": "https://files.pythonhosted.org/packages/f2/a4/80e1038a997cb1eaf7cda2ebac32a5d4d369b1b1fb6b53de6bd47571b24f/sequali-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5ee60ade50d0a912bf8c68a5271fc34ef75c3a87004e73efd6915e1b59c626",
                "md5": "9a900aabeb14cb55d34ceb8d71b629aa",
                "sha256": "53b0b408642bdbd2cd9ff3ae505229e128a71b63234aa16e51971f1307bd3b45"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9a900aabeb14cb55d34ceb8d71b629aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.8",
            "size": 544051,
            "upload_time": "2024-04-17T07:52:59",
            "upload_time_iso_8601": "2024-04-17T07:52:59.309393Z",
            "url": "https://files.pythonhosted.org/packages/db/5e/e60ade50d0a912bf8c68a5271fc34ef75c3a87004e73efd6915e1b59c626/sequali-0.7.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e15b511dedb6ce77859523ec42bc04a93d983f2846a66be909f1f6d9595e2e46",
                "md5": "af3ba851fe4ff4783da67d71efee48ee",
                "sha256": "e298d6445929a1c6beec5c3d9a524e706d76ca055ddbd5f1a9e6e11a9b1c5dff"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af3ba851fe4ff4783da67d71efee48ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.8",
            "size": 543050,
            "upload_time": "2024-04-17T07:54:48",
            "upload_time_iso_8601": "2024-04-17T07:54:48.264647Z",
            "url": "https://files.pythonhosted.org/packages/e1/5b/511dedb6ce77859523ec42bc04a93d983f2846a66be909f1f6d9595e2e46/sequali-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6863cd514253aa860e489ff3c845933e2fac18f9bc8d2e843c9391d60e09e7d8",
                "md5": "0822592523b70e2ee18b81289342a201",
                "sha256": "d899456afe17f4b362e5b61d3b8332a0f935d5fa5c0c01abe0384b42ca3d0167"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0822592523b70e2ee18b81289342a201",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.8",
            "size": 537498,
            "upload_time": "2024-04-17T07:50:41",
            "upload_time_iso_8601": "2024-04-17T07:50:41.408427Z",
            "url": "https://files.pythonhosted.org/packages/68/63/cd514253aa860e489ff3c845933e2fac18f9bc8d2e843c9391d60e09e7d8/sequali-0.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a51c158b877d458dc781fa1415f2f1b3057a3071bc1c0e62817b0b1e7a55c4c0",
                "md5": "f8dd5759fb0b44b4d981d5e167c28613",
                "sha256": "fdbe576f5223b22ea33e9562964b112f8f5be5d6b24ba447b8e04f3a97828d8b"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f8dd5759fb0b44b4d981d5e167c28613",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.8",
            "size": 548159,
            "upload_time": "2024-04-17T07:52:23",
            "upload_time_iso_8601": "2024-04-17T07:52:23.159018Z",
            "url": "https://files.pythonhosted.org/packages/a5/1c/158b877d458dc781fa1415f2f1b3057a3071bc1c0e62817b0b1e7a55c4c0/sequali-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ccfebf2786f376c1a85153c3b2effceef8e54ef891a3bda6538db1a0fc7c7eb",
                "md5": "afcb1f4c5a883efdc55cb51099db7cb6",
                "sha256": "8a938acf28e241bde480b3471b4da75a85dfe11d09cf5401dfd181972c474bd6"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afcb1f4c5a883efdc55cb51099db7cb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.8",
            "size": 548685,
            "upload_time": "2024-04-17T07:52:24",
            "upload_time_iso_8601": "2024-04-17T07:52:24.658723Z",
            "url": "https://files.pythonhosted.org/packages/3c/cf/ebf2786f376c1a85153c3b2effceef8e54ef891a3bda6538db1a0fc7c7eb/sequali-0.7.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36b925dd1a3f93d0bf58aa80746628d0bab754884000c31c36f7c00ee2a2915",
                "md5": "1576d03a5fe40ad671a1b93260cd864d",
                "sha256": "3daa1e6122356f39c836c30b4b86c1314c45b4e3ff46e608125459d3737e9eaa"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1576d03a5fe40ad671a1b93260cd864d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.8",
            "size": 544191,
            "upload_time": "2024-04-17T07:53:00",
            "upload_time_iso_8601": "2024-04-17T07:53:00.543473Z",
            "url": "https://files.pythonhosted.org/packages/d3/6b/925dd1a3f93d0bf58aa80746628d0bab754884000c31c36f7c00ee2a2915/sequali-0.7.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75c26563661d4715c320e4113a76b570cf78eac740ad12313567ec76e2182df6",
                "md5": "f6efe677da32559f7fc5f3edbcb102f6",
                "sha256": "f0c045042b40a68acfcaa81312889b8534306b62fdd1cf05b2ced0432bd7ace4"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6efe677da32559f7fc5f3edbcb102f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.8",
            "size": 543036,
            "upload_time": "2024-04-17T07:54:49",
            "upload_time_iso_8601": "2024-04-17T07:54:49.484830Z",
            "url": "https://files.pythonhosted.org/packages/75/c2/6563661d4715c320e4113a76b570cf78eac740ad12313567ec76e2182df6/sequali-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baca0c503f345b93a7000a9d81255ac8e31b123f101360c4e86b8455ee999543",
                "md5": "47cacde19aa1b15a11f107a0d8b4004c",
                "sha256": "d5874ca3b41986466f67fdca8b5368914a4702f85ce69d64b1b9858d0e2b1b05"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "47cacde19aa1b15a11f107a0d8b4004c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.8",
            "size": 537498,
            "upload_time": "2024-04-17T07:50:43",
            "upload_time_iso_8601": "2024-04-17T07:50:43.172357Z",
            "url": "https://files.pythonhosted.org/packages/ba/ca/0c503f345b93a7000a9d81255ac8e31b123f101360c4e86b8455ee999543/sequali-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb471dde43ca11f2e85d59bdd03ac1d6e90ec18f1ed1b1871029646a372d9c4c",
                "md5": "215ff77f4396f82e95a0b9cd39820d70",
                "sha256": "e997af3602a617cbad88a782cfd8649fefcff8c1fcddacc3f40e4820d86f59c1"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "215ff77f4396f82e95a0b9cd39820d70",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.8",
            "size": 548164,
            "upload_time": "2024-04-17T07:52:26",
            "upload_time_iso_8601": "2024-04-17T07:52:26.065659Z",
            "url": "https://files.pythonhosted.org/packages/bb/47/1dde43ca11f2e85d59bdd03ac1d6e90ec18f1ed1b1871029646a372d9c4c/sequali-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a6b60a1458d5e4f4a3c3f928a804a032668bf938b85ac0cf052a2f4c1e289f5",
                "md5": "36c029367ffc84833abab960ca4ecc94",
                "sha256": "5832fd75abda1dca41249133b8d323768f0ae2c7ff3346d6f3e6f17b3f0d5561"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "36c029367ffc84833abab960ca4ecc94",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.8",
            "size": 548687,
            "upload_time": "2024-04-17T07:52:28",
            "upload_time_iso_8601": "2024-04-17T07:52:28.031463Z",
            "url": "https://files.pythonhosted.org/packages/6a/6b/60a1458d5e4f4a3c3f928a804a032668bf938b85ac0cf052a2f4c1e289f5/sequali-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f81d37d04c2b6f84c7627e87413b11df36704ebce85b2cfe4a7e69df0c94481",
                "md5": "873f0fac9c72a21e82e42adf3116e99f",
                "sha256": "678a31d9ee8ded895f7025e3944a9ec103ae5448e94be0e905db19230692aab7"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "873f0fac9c72a21e82e42adf3116e99f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.8",
            "size": 544192,
            "upload_time": "2024-04-17T07:53:02",
            "upload_time_iso_8601": "2024-04-17T07:53:02.522650Z",
            "url": "https://files.pythonhosted.org/packages/7f/81/d37d04c2b6f84c7627e87413b11df36704ebce85b2cfe4a7e69df0c94481/sequali-0.7.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6d316d79e572aa92ee0eed119d0877151fd9559158481586f7b3b0da9d66ec6",
                "md5": "92327819a9e40c6568f702afa720ac75",
                "sha256": "4c77a54e986c8afbac80e3cc5511b0b1a53e6d8572db11ea691edd83fa58e08c"
            },
            "downloads": -1,
            "filename": "sequali-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92327819a9e40c6568f702afa720ac75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.8",
            "size": 567463,
            "upload_time": "2024-04-17T07:52:30",
            "upload_time_iso_8601": "2024-04-17T07:52:30.347903Z",
            "url": "https://files.pythonhosted.org/packages/c6/d3/16d79e572aa92ee0eed119d0877151fd9559158481586f7b3b0da9d66ec6/sequali-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 07:52:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rhpvorderman",
    "github_project": "sequali",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sequali"
}
        
Elapsed time: 0.23831s