.. |python-version-shield| image:: https://img.shields.io/pypi/v/sequali.svg
:target: https://pypi.org/project/sequali/
:alt:
.. |conda-version-shield| image:: https://img.shields.io/conda/v/bioconda/sequali.svg
:target: https://bioconda.github.io/recipes/sequali/README.html
:alt:
.. |python-install-version-shield| image:: https://img.shields.io/pypi/pyversions/sequali.svg
:target: https://pypi.org/project/sequali/
:alt:
.. |license-shield| image:: https://img.shields.io/pypi/l/sequali.svg
:target: https://github.com/rhpvorderman/sequali/blob/main/LICENSE
:alt:
.. |docs-shield| image:: https://readthedocs.org/projects/sequali/badge/?version=latest
:target: https://sequali.readthedocs.io/en/latest/?badge=latest
:alt:
.. |coverage-shield| image:: https://codecov.io/gh/rhpvorderman/sequali/graph/badge.svg?token=MSR1A6BEGC
:target: https://codecov.io/gh/rhpvorderman/sequali
:alt:
.. |zenodo-shield| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10854010.svg
:target: https://doi.org/10.5281/zenodo.10854010
:alt:
|python-version-shield| |conda-version-shield| |python-install-version-shield|
|license-shield| |docs-shield| |coverage-shield| |zenodo-shield|
========
Sequali
========
.. introduction start
Sequence quality metrics for FASTQ and uBAM files.
Features:
+ `MultiQC <https://multiqc.info>`_ support since MultiQC version 1.22.
+ 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
for single read data.
+ Determines adapters by overlap analysis for paired read data.
+ Insert size metrics for paired read data.
+ 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://sequali.readthedocs.io/en/latest/GM24385_1.fastq.gz.html>`_;
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>`_.
+ `GM24385_1_cut.fastq.gz <https://sequali.readthedocs.io/en/latest/GM24385_1_cut.fastq.gz.html>`_;
``GM24385_1.fastq.gz`` processed with cutadapt:
``cutadapt -o GM24385_1_cut.fastq.gz --cut -64 --cut 64 --minimum-length 500 -Z --max-aer 0.1 GM24385_1.fastq.gz``.
The resulting file has 64 bp cut off from both its ends and after that
filtered for a minimum length of 500 and a maximum average error rate of 0.1.
+ `21C125_R1.fastq.gz <https://sequali.readthedocs.io/en/latest/21C125_R1.fastq.gz.html>`_;
Illumina NovaSeq X paired-end sequencing of *Campylobacter jejuni*. ENA accession:
`ERR11204024 <https://www.ebi.ac.uk/ena/browser/view/ERR11204024>`_.
.. 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.
- Paired end sequencing data is supported.
- 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/d6/28/f3ff6783894b681b75e4f1b26db5701a0d8cdf0c2f68b8eb59dd4a9074bb/sequali-0.11.1.tar.gz",
"platform": null,
"description": ".. |python-version-shield| image:: https://img.shields.io/pypi/v/sequali.svg\n :target: https://pypi.org/project/sequali/\n :alt:\n\n.. |conda-version-shield| image:: https://img.shields.io/conda/v/bioconda/sequali.svg\n :target: https://bioconda.github.io/recipes/sequali/README.html\n :alt:\n\n.. |python-install-version-shield| image:: https://img.shields.io/pypi/pyversions/sequali.svg\n :target: https://pypi.org/project/sequali/\n :alt:\n\n.. |license-shield| image:: https://img.shields.io/pypi/l/sequali.svg\n :target: https://github.com/rhpvorderman/sequali/blob/main/LICENSE\n :alt:\n\n.. |docs-shield| image:: https://readthedocs.org/projects/sequali/badge/?version=latest\n :target: https://sequali.readthedocs.io/en/latest/?badge=latest\n :alt:\n\n.. |coverage-shield| image:: https://codecov.io/gh/rhpvorderman/sequali/graph/badge.svg?token=MSR1A6BEGC\n :target: https://codecov.io/gh/rhpvorderman/sequali\n :alt:\n\n.. |zenodo-shield| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10854010.svg\n :target: https://doi.org/10.5281/zenodo.10854010\n :alt:\n\n|python-version-shield| |conda-version-shield| |python-install-version-shield|\n|license-shield| |docs-shield| |coverage-shield| |zenodo-shield|\n\n========\nSequali\n========\n\n.. introduction start\n\nSequence quality metrics for FASTQ and uBAM files.\n\nFeatures:\n\n+ `MultiQC <https://multiqc.info>`_ support since MultiQC version 1.22.\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 for single read data.\n+ Determines adapters by overlap analysis for paired read data.\n+ Insert size metrics for paired read data.\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://sequali.readthedocs.io/en/latest/GM24385_1.fastq.gz.html>`_;\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+ `GM24385_1_cut.fastq.gz <https://sequali.readthedocs.io/en/latest/GM24385_1_cut.fastq.gz.html>`_;\n ``GM24385_1.fastq.gz`` processed with cutadapt:\n ``cutadapt -o GM24385_1_cut.fastq.gz --cut -64 --cut 64 --minimum-length 500 -Z --max-aer 0.1 GM24385_1.fastq.gz``.\n The resulting file has 64 bp cut off from both its ends and after that\n filtered for a minimum length of 500 and a maximum average error rate of 0.1.\n+ `21C125_R1.fastq.gz <https://sequali.readthedocs.io/en/latest/21C125_R1.fastq.gz.html>`_;\n Illumina NovaSeq X paired-end sequencing of *Campylobacter jejuni*. ENA accession:\n `ERR11204024 <https://www.ebi.ac.uk/ena/browser/view/ERR11204024>`_.\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 - Paired end sequencing data is supported.\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- 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": "Sequali is a QC tool that generates useful graphs for both short and long-read data.",
"version": "0.11.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": "1828447fefa5fe5590034662067b706a621c8c6431c461c1447f0e7b666f0e7c",
"md5": "c8a6275c010ae5e78063e99b9e4a9a50",
"sha256": "90bdbcffef86eef915bcdb5d8c841e5bfe223b0b5c957830bc47cd67d1966f91"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c8a6275c010ae5e78063e99b9e4a9a50",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 556717,
"upload_time": "2024-08-12T08:51:07",
"upload_time_iso_8601": "2024-08-12T08:51:07.182639Z",
"url": "https://files.pythonhosted.org/packages/18/28/447fefa5fe5590034662067b706a621c8c6431c461c1447f0e7b666f0e7c/sequali-0.11.1-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4635cc41533aefce94826c52239dd5f08c6b47f2eda3d65e2da16b89503631db",
"md5": "439fbaf72143b398bdf4dbfc5bafcc64",
"sha256": "e2d286338d7d155619a9e5bfca449a6ba89c8aad66e80c74ae5748cb255c5a88"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "439fbaf72143b398bdf4dbfc5bafcc64",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 550321,
"upload_time": "2024-08-12T08:49:13",
"upload_time_iso_8601": "2024-08-12T08:49:13.231327Z",
"url": "https://files.pythonhosted.org/packages/46/35/cc41533aefce94826c52239dd5f08c6b47f2eda3d65e2da16b89503631db/sequali-0.11.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0ead7857845ff3ecc41ff8a308e1bf3f83efb48c4960f6ee57f5570a4390d7b",
"md5": "dab13b2027ed3a57ba54a67012a0fa2c",
"sha256": "1f2d5016a32b74cc4b6d51e2d239c28d47314220bf9802bd32ceadc795e71677"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "dab13b2027ed3a57ba54a67012a0fa2c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 560147,
"upload_time": "2024-08-12T09:28:15",
"upload_time_iso_8601": "2024-08-12T09:28:15.257358Z",
"url": "https://files.pythonhosted.org/packages/a0/ea/d7857845ff3ecc41ff8a308e1bf3f83efb48c4960f6ee57f5570a4390d7b/sequali-0.11.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe6ea0983a58a8376f7a07b23c346931e4395add3072e271bcc0ecfa6e5d5f43",
"md5": "d84020cf03a7d90e05615e820eedf91d",
"sha256": "ec97745a44c6d14a45b295a1921efc285607fcfd13478f6e026f9b60ad170d19"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d84020cf03a7d90e05615e820eedf91d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 565462,
"upload_time": "2024-08-12T08:51:27",
"upload_time_iso_8601": "2024-08-12T08:51:27.331483Z",
"url": "https://files.pythonhosted.org/packages/fe/6e/a0983a58a8376f7a07b23c346931e4395add3072e271bcc0ecfa6e5d5f43/sequali-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a8ca3cd29bb0a08760a2d5a067326cd86ada9c06d54bdcd91159279f24da5bb0",
"md5": "8ee0f2665c9d2d6f50af2c7189753725",
"sha256": "22a859288370cfdaf0d128a5a78d0e3a3cf496e9589f7e18b4ad93913909bc48"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8ee0f2665c9d2d6f50af2c7189753725",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 561304,
"upload_time": "2024-08-12T09:28:16",
"upload_time_iso_8601": "2024-08-12T09:28:16.977657Z",
"url": "https://files.pythonhosted.org/packages/a8/ca/3cd29bb0a08760a2d5a067326cd86ada9c06d54bdcd91159279f24da5bb0/sequali-0.11.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d149826ac0b57b7b05d2a79c6114b865ec93c5769d447aad64c375db823310b9",
"md5": "2b8ee0b2430d3664299d9adce14fac9d",
"sha256": "c7855808252686f5d37cbe115032e6e6fc2e4a90ff01e189bf9c0f91c4b97c2f"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2b8ee0b2430d3664299d9adce14fac9d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 569632,
"upload_time": "2024-08-12T08:51:28",
"upload_time_iso_8601": "2024-08-12T08:51:28.793780Z",
"url": "https://files.pythonhosted.org/packages/d1/49/826ac0b57b7b05d2a79c6114b865ec93c5769d447aad64c375db823310b9/sequali-0.11.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b5d765bafa612c136563803c1638b8465dc974212920c157cf4bb06571fc497",
"md5": "3abb84b28f41dc47e67f044eb903fe26",
"sha256": "87742836ec49f1cd4cb6a599b146910eafbf57d7dc1b11262d00d3b4a5e1ddbe"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "3abb84b28f41dc47e67f044eb903fe26",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">3.8",
"size": 560364,
"upload_time": "2024-08-12T08:51:29",
"upload_time_iso_8601": "2024-08-12T08:51:29.920043Z",
"url": "https://files.pythonhosted.org/packages/7b/5d/765bafa612c136563803c1638b8465dc974212920c157cf4bb06571fc497/sequali-0.11.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a7be93c176214ee2e929fe9332ab0c7a3acd25156dd8b43acfa4ad9eb4c704a",
"md5": "a736fd448578ba8289121320065d482f",
"sha256": "3472d9bedb46f01387ff0614d5d306ff5381451b64662a61d9e1ac414c99aa2d"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "a736fd448578ba8289121320065d482f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 556983,
"upload_time": "2024-08-12T08:51:08",
"upload_time_iso_8601": "2024-08-12T08:51:08.543034Z",
"url": "https://files.pythonhosted.org/packages/9a/7b/e93c176214ee2e929fe9332ab0c7a3acd25156dd8b43acfa4ad9eb4c704a/sequali-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "af0e6349ba313a4376f210c8883c980e689cea67fac3e474224f8aa476594f70",
"md5": "8cfa3c528af622fa0d48b52ce8707b78",
"sha256": "c270d14ab6b7dcd04efe27b2f203694033157610f118eb300c9b31f75f4fe328"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8cfa3c528af622fa0d48b52ce8707b78",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 550540,
"upload_time": "2024-08-12T08:49:14",
"upload_time_iso_8601": "2024-08-12T08:49:14.583953Z",
"url": "https://files.pythonhosted.org/packages/af/0e/6349ba313a4376f210c8883c980e689cea67fac3e474224f8aa476594f70/sequali-0.11.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49aae43ebf03f8c854d787d0324aeb72a437f87cb37622f5bd5075d7ce280b3b",
"md5": "7d27e8ce5a0f12b300329a46f1b10ca2",
"sha256": "c6e634b710fd3c2180326b73b0844be548fa25918b3012d86752bd77f53320d5"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "7d27e8ce5a0f12b300329a46f1b10ca2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 560076,
"upload_time": "2024-08-12T09:28:19",
"upload_time_iso_8601": "2024-08-12T09:28:19.902645Z",
"url": "https://files.pythonhosted.org/packages/49/aa/e43ebf03f8c854d787d0324aeb72a437f87cb37622f5bd5075d7ce280b3b/sequali-0.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "019d8f40ef75aa252a73319867cb9b8d25b512a79b59e64d2b37bf3cc3f4c5be",
"md5": "ac3dc894b75155af299ae19ee8b91b93",
"sha256": "445972ebf2c9fc2a4df928727090655fad6006d2ec011de61f7b4e62b30308e5"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ac3dc894b75155af299ae19ee8b91b93",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 565295,
"upload_time": "2024-08-12T08:51:30",
"upload_time_iso_8601": "2024-08-12T08:51:30.173382Z",
"url": "https://files.pythonhosted.org/packages/01/9d/8f40ef75aa252a73319867cb9b8d25b512a79b59e64d2b37bf3cc3f4c5be/sequali-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1016aa587843cd6aa152bbf89bbd61d3f9a42a91f438a6266d2a9e4899b5fb06",
"md5": "ac7ff07e64f0c2a1cc2da1d5e1592723",
"sha256": "e7c5df2dc21ef0171acad85547cb7e28909105d9144cc6d03426cdfc66c3af16"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ac7ff07e64f0c2a1cc2da1d5e1592723",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 561219,
"upload_time": "2024-08-12T09:28:21",
"upload_time_iso_8601": "2024-08-12T09:28:21.232021Z",
"url": "https://files.pythonhosted.org/packages/10/16/aa587843cd6aa152bbf89bbd61d3f9a42a91f438a6266d2a9e4899b5fb06/sequali-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfed378f7ec0ab1587b3cd65867ed1cddffa1e8b7ea0d57677fd2ac7ef5e10b9",
"md5": "552862d2c8912b3290a9f1e1cb6944a1",
"sha256": "7489e6f24dc0dad83c892a2a3ad3d5823e2a20f31e89f245a187641fa7091794"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "552862d2c8912b3290a9f1e1cb6944a1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 569514,
"upload_time": "2024-08-12T08:51:32",
"upload_time_iso_8601": "2024-08-12T08:51:32.463707Z",
"url": "https://files.pythonhosted.org/packages/df/ed/378f7ec0ab1587b3cd65867ed1cddffa1e8b7ea0d57677fd2ac7ef5e10b9/sequali-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "41be4ce1595d4a84b68e66a37f1accb33e3c9df72bde28a8058110aadc54dd07",
"md5": "fc4f6d65ecc32961453290c7765a0d10",
"sha256": "d8d3e269d2b8ff388886635f5042472eaf9c8730febec59d99c6d0281790034f"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "fc4f6d65ecc32961453290c7765a0d10",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">3.8",
"size": 560341,
"upload_time": "2024-08-12T08:51:31",
"upload_time_iso_8601": "2024-08-12T08:51:31.176064Z",
"url": "https://files.pythonhosted.org/packages/41/be/4ce1595d4a84b68e66a37f1accb33e3c9df72bde28a8058110aadc54dd07/sequali-0.11.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e9093269f41c65d129a37c72c600fb7b37730e51de4faf95ef87d8e27448cee1",
"md5": "2c475084d6de4f7dd80a1ae8ec89f3bb",
"sha256": "c959b301b19ca00cd3bd4d24e3a71f21901489c946489a8965cedef4843e83a9"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "2c475084d6de4f7dd80a1ae8ec89f3bb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 557159,
"upload_time": "2024-08-12T08:51:10",
"upload_time_iso_8601": "2024-08-12T08:51:10.293457Z",
"url": "https://files.pythonhosted.org/packages/e9/09/3269f41c65d129a37c72c600fb7b37730e51de4faf95ef87d8e27448cee1/sequali-0.11.1-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8b319ea27edbba44c4a4a074b40abd33952d26b417dde2127134c1b9f034f8df",
"md5": "7c5cad12c3ff66e50d0136c1328b40ea",
"sha256": "02e1ea2f545835dade13b0fc62bcf83e5d0308c94e4dce761dbece66a4711b71"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7c5cad12c3ff66e50d0136c1328b40ea",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 550581,
"upload_time": "2024-08-12T08:49:15",
"upload_time_iso_8601": "2024-08-12T08:49:15.801911Z",
"url": "https://files.pythonhosted.org/packages/8b/31/9ea27edbba44c4a4a074b40abd33952d26b417dde2127134c1b9f034f8df/sequali-0.11.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4174c208c657d87f09953a5b6a46bee31e96b5a92afcf098e43463ffed8dc342",
"md5": "a5cb6475811c92e95628b84835ec2704",
"sha256": "d67362997c8ae5961b55305938e7d003a474a50f96b08911c4e9723349725933"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a5cb6475811c92e95628b84835ec2704",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 560275,
"upload_time": "2024-08-12T09:28:22",
"upload_time_iso_8601": "2024-08-12T09:28:22.399800Z",
"url": "https://files.pythonhosted.org/packages/41/74/c208c657d87f09953a5b6a46bee31e96b5a92afcf098e43463ffed8dc342/sequali-0.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26592293669d0c0f415e1c83f54b6c4d668f4dca6b30c8bd9403f62c294cdc97",
"md5": "323d405afd910bdbabc8fa62e93be6c0",
"sha256": "9fc1f568c8a33b7fecee292e9f0f2d8b0b529615ba90e5997c57280ac11de028"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "323d405afd910bdbabc8fa62e93be6c0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 565728,
"upload_time": "2024-08-12T08:51:34",
"upload_time_iso_8601": "2024-08-12T08:51:34.652671Z",
"url": "https://files.pythonhosted.org/packages/26/59/2293669d0c0f415e1c83f54b6c4d668f4dca6b30c8bd9403f62c294cdc97/sequali-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bfbee1c0c2f1dcd14eaec88a11aaf41a4fe308a559aa87924e0ecd0b6922f582",
"md5": "0162de28b672c4658e1785dda81dec4c",
"sha256": "0434ca34d9203cb909d70b293a5c0d9ce2372d4fe17542f7bd929713bdcf3135"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "0162de28b672c4658e1785dda81dec4c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 561312,
"upload_time": "2024-08-12T09:28:23",
"upload_time_iso_8601": "2024-08-12T09:28:23.562419Z",
"url": "https://files.pythonhosted.org/packages/bf/be/e1c0c2f1dcd14eaec88a11aaf41a4fe308a559aa87924e0ecd0b6922f582/sequali-0.11.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b8a3cf760a6c4db8b3c673e342c8c564eff1d4fc7b67b26137e15ad227dd114f",
"md5": "1ed3e7605e6cf7b2ac68b0215f84bb82",
"sha256": "e0d1b8231e83e2263b9f4e0ef90295f01fb06fc785c40607f5fa30e24eb6e550"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1ed3e7605e6cf7b2ac68b0215f84bb82",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 569844,
"upload_time": "2024-08-12T08:51:36",
"upload_time_iso_8601": "2024-08-12T08:51:36.423703Z",
"url": "https://files.pythonhosted.org/packages/b8/a3/cf760a6c4db8b3c673e342c8c564eff1d4fc7b67b26137e15ad227dd114f/sequali-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26301e5918d7d62017f1e3683f4cfa503f53cd5384a2824a0ce86d1d8113a3db",
"md5": "397a9cb123b0e638d3c77753cb6fde0f",
"sha256": "24f39da7949d0931dc5de18535b9bf857fc0f7175fc29d89816e8b1692ce5466"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "397a9cb123b0e638d3c77753cb6fde0f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">3.8",
"size": 560456,
"upload_time": "2024-08-12T08:51:33",
"upload_time_iso_8601": "2024-08-12T08:51:33.296380Z",
"url": "https://files.pythonhosted.org/packages/26/30/1e5918d7d62017f1e3683f4cfa503f53cd5384a2824a0ce86d1d8113a3db/sequali-0.11.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca5b4caf018b74249a7820cdbe7442ef78310bc12ff1dd11b1b8856be375a143",
"md5": "576b978cb72e510a617bfea507c53302",
"sha256": "863a5287994740ac891048e7499d62ca5598fd45537c0ec7bb955cb5475850ac"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "576b978cb72e510a617bfea507c53302",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 557144,
"upload_time": "2024-08-12T08:51:11",
"upload_time_iso_8601": "2024-08-12T08:51:11.781025Z",
"url": "https://files.pythonhosted.org/packages/ca/5b/4caf018b74249a7820cdbe7442ef78310bc12ff1dd11b1b8856be375a143/sequali-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b939e2c6b28008e533d0238f917fcbb01d81b15cd7272bd60d6398a1b5dab212",
"md5": "c8f36e347c81a209f37608b50b92dd80",
"sha256": "d7e09f602e51019d48c271243eec23f17c09760f212a695e37517e9e6e56ae10"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c8f36e347c81a209f37608b50b92dd80",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 550572,
"upload_time": "2024-08-12T08:49:17",
"upload_time_iso_8601": "2024-08-12T08:49:17.365413Z",
"url": "https://files.pythonhosted.org/packages/b9/39/e2c6b28008e533d0238f917fcbb01d81b15cd7272bd60d6398a1b5dab212/sequali-0.11.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26787a390ce11bae892598a75ebe52ca2216dcd7e7a0c7679717b5f466a77402",
"md5": "44024e5ecf109405dee0f2d0bf900c43",
"sha256": "ed0286fcfe6c43ff07ab3afd06d35c056164395d9e2f9e71a7d97f8d8240f2fa"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "44024e5ecf109405dee0f2d0bf900c43",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 560236,
"upload_time": "2024-08-12T09:28:25",
"upload_time_iso_8601": "2024-08-12T09:28:25.185459Z",
"url": "https://files.pythonhosted.org/packages/26/78/7a390ce11bae892598a75ebe52ca2216dcd7e7a0c7679717b5f466a77402/sequali-0.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fdc4302564bcbf18659c15f63cb0a995b8bcf52d8c5066637be6100cad5548f8",
"md5": "0cb05498ec92587a2b2e6e428ea583bf",
"sha256": "2f24a1f58f6462e4fc171737271d95d6adade5cdbffd43d7e553cb4520192192"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0cb05498ec92587a2b2e6e428ea583bf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 565713,
"upload_time": "2024-08-12T08:51:38",
"upload_time_iso_8601": "2024-08-12T08:51:38.370493Z",
"url": "https://files.pythonhosted.org/packages/fd/c4/302564bcbf18659c15f63cb0a995b8bcf52d8c5066637be6100cad5548f8/sequali-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bba46af4a030cb6f6ee9cec4cd1c028e6dc3ed166a7487be4c89afb8e568450b",
"md5": "20277558f82197cdc68a7f498f5e54e7",
"sha256": "1e9599c03d94a5f11d9444319874ec58df9ca7ba9fddb806ad62e092ece828e6"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "20277558f82197cdc68a7f498f5e54e7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 561305,
"upload_time": "2024-08-12T09:28:26",
"upload_time_iso_8601": "2024-08-12T09:28:26.596372Z",
"url": "https://files.pythonhosted.org/packages/bb/a4/6af4a030cb6f6ee9cec4cd1c028e6dc3ed166a7487be4c89afb8e568450b/sequali-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c08f1b2ce8827638d67832416fd716225928798b79bcd150e0447057e36c227",
"md5": "50600d2986a6ea9b8f7bab99b731cea3",
"sha256": "6435b99c1cf9345ca4476c839db37853d3f94b283668823cd5895b131f3dd13c"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "50600d2986a6ea9b8f7bab99b731cea3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 569821,
"upload_time": "2024-08-12T08:51:41",
"upload_time_iso_8601": "2024-08-12T08:51:41.085639Z",
"url": "https://files.pythonhosted.org/packages/2c/08/f1b2ce8827638d67832416fd716225928798b79bcd150e0447057e36c227/sequali-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c72093b5d16abb5569f5ff7b22cb6d65e2a7a18a1d9d6351a65a6831314167f",
"md5": "2843007f382417e1de538bccaf97a098",
"sha256": "3c442536dcd6c85f285b00c486ec0a04ec44cde4ccde2c379c826544f3fae925"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "2843007f382417e1de538bccaf97a098",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">3.8",
"size": 560432,
"upload_time": "2024-08-12T08:51:35",
"upload_time_iso_8601": "2024-08-12T08:51:35.429952Z",
"url": "https://files.pythonhosted.org/packages/6c/72/093b5d16abb5569f5ff7b22cb6d65e2a7a18a1d9d6351a65a6831314167f/sequali-0.11.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "826d67bbf6a42fcd09ee7f78f21de65799687cad685538434801d87382740764",
"md5": "3d4ac9145881836ffd3cfd8ed6adb8f2",
"sha256": "c9561941888f6af2070c0911791fc5ff7c45068d6377c7714159a2ec416ddc17"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "3d4ac9145881836ffd3cfd8ed6adb8f2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 556733,
"upload_time": "2024-08-12T08:51:12",
"upload_time_iso_8601": "2024-08-12T08:51:12.985489Z",
"url": "https://files.pythonhosted.org/packages/82/6d/67bbf6a42fcd09ee7f78f21de65799687cad685538434801d87382740764/sequali-0.11.1-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88463ae0c2a74ef4000d991359b47a415de282a8cf314c80c028a94b1793a298",
"md5": "a6115b4f0307f9db7dcb814897d1d084",
"sha256": "ad538f299cfa75a792dcbe8bc1239ecf4a60a9c3f63f0af0f28545d58d9e715a"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a6115b4f0307f9db7dcb814897d1d084",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 550324,
"upload_time": "2024-08-12T08:49:18",
"upload_time_iso_8601": "2024-08-12T08:49:18.747475Z",
"url": "https://files.pythonhosted.org/packages/88/46/3ae0c2a74ef4000d991359b47a415de282a8cf314c80c028a94b1793a298/sequali-0.11.1-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f517b89e61e773e1b2bc692728105c8575d43bae44977d0135816661e72e9380",
"md5": "c7b79d6c7309e1399e2d12fa3cf8552e",
"sha256": "16dbae3fbea17abfcc8291b51579e3ddaa90fddbc0fed4e3bb659b35d36da0ad"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c7b79d6c7309e1399e2d12fa3cf8552e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 560129,
"upload_time": "2024-08-12T09:28:27",
"upload_time_iso_8601": "2024-08-12T09:28:27.876510Z",
"url": "https://files.pythonhosted.org/packages/f5/17/b89e61e773e1b2bc692728105c8575d43bae44977d0135816661e72e9380/sequali-0.11.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "109680880f9b4effbdab339d1c92b662da417af7f3494d169029e23751080d4e",
"md5": "b92e47080f5e90a49e4c132497dd518d",
"sha256": "2b93152b687866e5b0498b9f0effe7a45278e43e1a4229bc55f057a37aa32b91"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b92e47080f5e90a49e4c132497dd518d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 565463,
"upload_time": "2024-08-12T08:51:43",
"upload_time_iso_8601": "2024-08-12T08:51:43.133253Z",
"url": "https://files.pythonhosted.org/packages/10/96/80880f9b4effbdab339d1c92b662da417af7f3494d169029e23751080d4e/sequali-0.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7552b7cf9fe970a3e99188d61f324c60607352a2ed58284741683631ac38a7d",
"md5": "aab66df2d3784d54ad1b35223bcf1bfb",
"sha256": "320783e44036f5222bb7c364d3422009a70ddb6669d484a3d5977d77be66b184"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "aab66df2d3784d54ad1b35223bcf1bfb",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 561267,
"upload_time": "2024-08-12T09:28:29",
"upload_time_iso_8601": "2024-08-12T09:28:29.686264Z",
"url": "https://files.pythonhosted.org/packages/b7/55/2b7cf9fe970a3e99188d61f324c60607352a2ed58284741683631ac38a7d/sequali-0.11.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5125185eb4e9e1031db6d350022c1da2488dfb85386a21eec4d3294ceeb8c792",
"md5": "361bbefd2bd8e8b81b9925ed9b3942e2",
"sha256": "0b46409086580f9ca2d4389ffc94259f93b2e7d09955adae09e647f78cdfbb81"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "361bbefd2bd8e8b81b9925ed9b3942e2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 569635,
"upload_time": "2024-08-12T08:51:44",
"upload_time_iso_8601": "2024-08-12T08:51:44.828232Z",
"url": "https://files.pythonhosted.org/packages/51/25/185eb4e9e1031db6d350022c1da2488dfb85386a21eec4d3294ceeb8c792/sequali-0.11.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d5ced00f389c14d063315be07c49752423fa9dece6ae75b6e7a6e9ccafcdc53f",
"md5": "bfae81051a056aff603373756a1846c1",
"sha256": "507f08301a057ec2a191b361fcf71b2a477efcc626042ab13db4f9b751fa9100"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "bfae81051a056aff603373756a1846c1",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">3.8",
"size": 560455,
"upload_time": "2024-08-12T08:51:37",
"upload_time_iso_8601": "2024-08-12T08:51:37.495918Z",
"url": "https://files.pythonhosted.org/packages/d5/ce/d00f389c14d063315be07c49752423fa9dece6ae75b6e7a6e9ccafcdc53f/sequali-0.11.1-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f9afbc1c4843cedbddf648fdbce727c6f078bbb7667a18248447426bebdb3864",
"md5": "6461775c42b30ac3a442932878e32360",
"sha256": "24faf992261baa2d92c8619d737c2a46218781dbb89369d2b880b482463deec9"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6461775c42b30ac3a442932878e32360",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 556724,
"upload_time": "2024-08-12T08:51:14",
"upload_time_iso_8601": "2024-08-12T08:51:14.081498Z",
"url": "https://files.pythonhosted.org/packages/f9/af/bc1c4843cedbddf648fdbce727c6f078bbb7667a18248447426bebdb3864/sequali-0.11.1-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3397a5c05db309fc29cc496f04df6261297b5c4708fede7835dbfa3686c93776",
"md5": "0fe2e5184fc4232ba1d3fe1e2861340b",
"sha256": "53206a3a6ed9d96fbe0169ba2b1f0798cc7492e5e40cbc90c261705f19549074"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0fe2e5184fc4232ba1d3fe1e2861340b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 550331,
"upload_time": "2024-08-12T08:49:19",
"upload_time_iso_8601": "2024-08-12T08:49:19.885585Z",
"url": "https://files.pythonhosted.org/packages/33/97/a5c05db309fc29cc496f04df6261297b5c4708fede7835dbfa3686c93776/sequali-0.11.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "136aef06db4d569e555fd79555e4f87f813b8e14a699933c3625b02f2d3863f7",
"md5": "574482384043dc3e9c2e27197e1b4a0e",
"sha256": "bb26c8bb37f2bbafba398bb28f8a549469679239dc2a58f07ebcda823cdbf114"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "574482384043dc3e9c2e27197e1b4a0e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 560151,
"upload_time": "2024-08-12T09:28:30",
"upload_time_iso_8601": "2024-08-12T09:28:30.947936Z",
"url": "https://files.pythonhosted.org/packages/13/6a/ef06db4d569e555fd79555e4f87f813b8e14a699933c3625b02f2d3863f7/sequali-0.11.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1205ff4738c033b43bc7e3c36626fef1352c54f809b2040ae2f7283b2f106ea",
"md5": "219d8ec387aee31efbb3a6cc7f35cbba",
"sha256": "10bbbc976d8f935b1b908324cca8603dc935fab58ea03f47f8634c8b2d441d70"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "219d8ec387aee31efbb3a6cc7f35cbba",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 565470,
"upload_time": "2024-08-12T08:51:46",
"upload_time_iso_8601": "2024-08-12T08:51:46.351752Z",
"url": "https://files.pythonhosted.org/packages/c1/20/5ff4738c033b43bc7e3c36626fef1352c54f809b2040ae2f7283b2f106ea/sequali-0.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9be618abcb75e2935a3faa1c2dc9fd5b6a9c63ef378eddee543c20e66aeb45b",
"md5": "25cdd1b134c0b88d8ee636224fcd4c3c",
"sha256": "0da1357c04fdf8263a830fee701310917fb7acd1a810efc2e39f4d86cb197805"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "25cdd1b134c0b88d8ee636224fcd4c3c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 561304,
"upload_time": "2024-08-12T09:28:32",
"upload_time_iso_8601": "2024-08-12T09:28:32.312680Z",
"url": "https://files.pythonhosted.org/packages/d9/be/618abcb75e2935a3faa1c2dc9fd5b6a9c63ef378eddee543c20e66aeb45b/sequali-0.11.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d714a05838c01022d2975d1f4f5124ab6cc0e2719da54fccbdfcfb1bcacb6c9",
"md5": "b71623fd5218858dd75c0aecfd412e58",
"sha256": "87603bfdd1f4ee6a581b504d2c4584ca11adac1dbf49b9bc226b20ae28183499"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b71623fd5218858dd75c0aecfd412e58",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 569638,
"upload_time": "2024-08-12T08:51:47",
"upload_time_iso_8601": "2024-08-12T08:51:47.790274Z",
"url": "https://files.pythonhosted.org/packages/0d/71/4a05838c01022d2975d1f4f5124ab6cc0e2719da54fccbdfcfb1bcacb6c9/sequali-0.11.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04c8d33fcd4754e0f0e118b726f24ddd647f4169b5e4a8bc19614cebc57fac9c",
"md5": "0b502d42da9e2a8c743050e6004e99a8",
"sha256": "3085b2f9d8112f3fd368d9941318487f79775d5024b16af47f307b2a166da963"
},
"downloads": -1,
"filename": "sequali-0.11.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "0b502d42da9e2a8c743050e6004e99a8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">3.8",
"size": 560458,
"upload_time": "2024-08-12T08:51:39",
"upload_time_iso_8601": "2024-08-12T08:51:39.779801Z",
"url": "https://files.pythonhosted.org/packages/04/c8/d33fcd4754e0f0e118b726f24ddd647f4169b5e4a8bc19614cebc57fac9c/sequali-0.11.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d628f3ff6783894b681b75e4f1b26db5701a0d8cdf0c2f68b8eb59dd4a9074bb",
"md5": "30462fda4b99290f9940f499a07c85c2",
"sha256": "d528a9a6eceace4fa8f1ef29625954a759928e7bab02348ef8f92887442f9527"
},
"downloads": -1,
"filename": "sequali-0.11.1.tar.gz",
"has_sig": false,
"md5_digest": "30462fda4b99290f9940f499a07c85c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.8",
"size": 3017517,
"upload_time": "2024-08-12T08:51:49",
"upload_time_iso_8601": "2024-08-12T08:51:49.390805Z",
"url": "https://files.pythonhosted.org/packages/d6/28/f3ff6783894b681b75e4f1b26db5701a0d8cdf0c2f68b8eb59dd4a9074bb/sequali-0.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-12 08:51:49",
"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"
}