Skip to main content

Seqwin: Ultrafast identification of signature sequences in microbial genomes

Project description

Bioconda downloads PyPI downloads Platforms Build and Test

Seqwin

Seqwin is a lightning‑fast, memory‑efficient toolkit for discovering signature sequences (genomic markers) that balance high sensitivity with high specificity. It builds a minimizer‑based pan‑genome graph across target and neighboring non‑target genomes and extracts signature sequences using a novel graph algorithm. Signatures can be used for downstream assay design such as qPCR, ddPCR, amplicon sequencing, and hybrid capture probes.

Seqwin computes minimizers with ntHash, using code adopted from btllib (licensed under the GNU General Public License v3.0).


Table of contents

  1. Installation
  2. Quick start
  3. Citation

See the Seqwin Wiki for full documentation.

Installation

Seqwin can be installed from Bioconda or PyPI. For a local checkout or developer build, see Build and install from source.

  • Bioconda installs Seqwin with all dependencies, but it requires Conda and supports only Linux and macOS.
  • PyPI (pip install seqwin) supports Windows (x64), Linux, and macOS, but installs only Seqwin and its Python dependencies. Non-Python dependencies can be installed separately if needed.

Bioconda

Works on Linux (x64 / arm64) and macOS (Intel / Apple Silicon).

If Conda is not installed, install it with Miniforge or Miniconda.

1. Create a new Conda environment named seqwin and install Seqwin via Bioconda

conda create -n seqwin seqwin \
  --channel conda-forge \
  --channel bioconda \
  --strict-channel-priority

2. Activate the environment and verify the install

conda activate seqwin
seqwin --help

PyPI

Works on Windows (x64), Linux (x64 / arm64), and macOS (Intel / Apple Silicon). Requires Python 3.10+.

1. Install Seqwin from PyPI

python -m pip install --upgrade pip
python -m pip install --prefer-binary seqwin
seqwin --help

2. Install non-Python dependencies (optional)
Seqwin can run without these tools, but some features will be unavailable or skipped. See the Command Line Parameters for details.

  • Mash (minimizer sketches are used if it is not installed)
  • NCBI BLAST+ (needed for signature evaluation)
  • NCBI Datasets CLI (needed for downloading NCBI genomes)

Quick start

Identify signatures by providing one or more target taxa (-t) and neighboring non-target taxa (-n).

seqwin \
  -t "Salmonella enterica subsp. diarizonae" \
  -n "Salmonella enterica subsp. salamae" \
  -n "Salmonella bongori" \
  --threads 8

Taxa names must be exact matches to NCBI Taxonomy. Genomes under each taxon will be downloaded automatically.

Outputs are written to seqwin-out/ in your working directory (see Description of Outputs).

Alternatively, a list of target or non-target genomes can be provided as a text file of file paths. Each line should be the path to a genome FASTA file (plain text or gzipped).

seqwin --tar-paths targets.txt --neg-paths non-targets.txt

You can also provide directories of genome FASTA files:

seqwin --tar-dir targets/ --neg-dir non-targets/

Examples can be found under test/. Use the test script to download and run the test dataset.

git clone https://github.com/treangenlab/Seqwin.git
cd Seqwin/test/
python run_test.py

Expected runtime (with --threads 8 or -p 8):

  • ~5 min and 2.5 GB peak RAM for ~500 bacterial genomes with default settings.
  • ~5 min and 23 GB peak RAM for ~15k bacterial genomes with --no-blast and --no-mash.

Run seqwin --help or seqwin -h to see the full command line interface.

Citation

If you use Seqwin in your research, please cite:

Michael X. Wang, Bryce Kille, Michael G. Nute, Siyi Zhou, Lauren B. Stadler, and Todd J. Treangen "Seqwin: Ultrafast identification of signature sequences in microbial genomes". Proceedings of ISMB 2026, accepted (2026).

Benchmarking datasets, outputs, and scripts are available on Zenodo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seqwin-0.3.2.tar.gz (120.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

seqwin-0.3.2-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

seqwin-0.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

seqwin-0.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

seqwin-0.3.2-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

seqwin-0.3.2-cp313-cp313-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

seqwin-0.3.2-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

seqwin-0.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

seqwin-0.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

seqwin-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

seqwin-0.3.2-cp312-cp312-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

seqwin-0.3.2-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

seqwin-0.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

seqwin-0.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

seqwin-0.3.2-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

seqwin-0.3.2-cp311-cp311-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

seqwin-0.3.2-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

seqwin-0.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

seqwin-0.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

seqwin-0.3.2-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

seqwin-0.3.2-cp310-cp310-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file seqwin-0.3.2.tar.gz.

File metadata

  • Download URL: seqwin-0.3.2.tar.gz
  • Upload date:
  • Size: 120.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.3.2.tar.gz
Algorithm Hash digest
SHA256 3a05a8de4516301a664e5d41ac1d49b84f60273b93ff5d9bd17d2d3d95dd295d
MD5 a632d7e6da746fbd3d7827475e4c03f7
BLAKE2b-256 cf79f779ab4a6c521e9362765edc7ec7fe8e29e9d91df722f5ad6294e1dc1cf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2.tar.gz:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.3.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ebe3314e5420d4e1cd99ebfbdc3a6dbdd07beca6a6742653eef4574df4e6c86b
MD5 5fe4ceb1eed5849086b63b63b1916abc
BLAKE2b-256 18e6f49ea022e5893437977fd1140a23dfde1ea6a8da87e04ac40edf5bae77c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 810c158b3ce95cb5b796d0d82920d20276524dcfa12ab60d3fe6aaf9cf9ffac8
MD5 fe6555696b7eae50f9b89599fe1bac1b
BLAKE2b-256 36d6c7e9b3cbe490c0b365528a5387ffded77ddaccc602eaecf347840e08bf72

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbba4722d87aead62d96d1692c849058cedfb392c75430b2c3c5e1339204e948
MD5 570c41d0898251b3a123e6f4931dbad2
BLAKE2b-256 d4439269413e88eb78c3d287cac62a1fe18c72ee162ddca092c503cb794d0454

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5dfa4f7633cdec31f396481a563c66d2046802493670cf1228206fcaefdd112
MD5 15cf08b311461481382618aebf541d09
BLAKE2b-256 4078db4acd4083216dce332e1f491d4f7fb11f9903276ebedcff3657a8e2d811

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4bb53d11a5cfc37efc1beabbecbd1195ad32b27a59eee34db1d04e45688df64b
MD5 acf3e6c5ed9d12adc76c530d3f5e5f29
BLAKE2b-256 be99a8349588888dbebb7c4f858b2f725db3de7a795cbbf59d0ca1aae7dd4b7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.3.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa69b7842a1bd8d706c5e02246d4073609a93ced87698c316df43f495685cf10
MD5 597e9cf894bb5cbc64294f27752514d2
BLAKE2b-256 4a2eb201a1cbab88369211273d8d7f1725f9c239596853e7e6027dcba944554a

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdd25cadf25ed6bc126db6b5031ebee5796329bdad7383d45c32568dac473622
MD5 5aec61f1ed0eb0e2143c9bb333deddb7
BLAKE2b-256 bd3e5ffa01d91a21d6958c210a9a737551c58928b3abac86d91d137b95f4d660

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed3cc109319e18f0a449215aca31481deb6bd36be9857b1143eb52c94032f097
MD5 a84ee7edab842d9eb50f9a09d81ed5f7
BLAKE2b-256 4bdf810d9342c8af62f5820c2c548619f40f5d02f05f6c913ecb0936a957b9c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 621e947b6b36a640814c0e911998d7b88750e54f249126da0957db1a2b24f277
MD5 6a5629fc4bb36325e32a7a0f538918c0
BLAKE2b-256 7bcdf97da1298f2754c571d9d2f1f37635394601ae2651724102a8c897837bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c6f0cd19cda3912a1eb383dae20fbe5cac68700a04cfb4fd62d429d11816a22e
MD5 fa541ccdd7e69b3527fc22ada283d8f2
BLAKE2b-256 79072b8ab276b8ba743a977b1eb69feda28983d4eab4a0edbb1d3a8e146a41eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.3.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b7f769c9949205936fef830bdc9922ab22e08cbe8247330411ba7a722d7335f
MD5 eb5d998e77c45ac5b4072a501ef433c1
BLAKE2b-256 655ef9c3f3a510c08c368691ed5ed3f859ffd80d8f5bd0df32e2f073bf4b031a

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d9a0f134756ba8f2647ad902cef7514ad158afb1ae36909a04f47a4b2028b14
MD5 92269497d9aa196c91323101d39f1c65
BLAKE2b-256 85946987f13e1e75e9b9bfaff6f4dcc62680c996ac4a8bd957c2450e750ea2d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4cf93f59451c162b28832d4dc8ebbae55c71b96103a6f8672fd3c8a75e76b0a
MD5 84df4e5cf25900929784c0849eed6bbd
BLAKE2b-256 c861c481f6873526dd6fbb4105dd21d8344dfd2b103e3bfbafc9e6ec420b7189

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5144af0250cddb1a427fc6b136fdc2486d43e809083619efdd2e2fc09bbf899
MD5 6440f0074d559fe541a9cd32f2d8df34
BLAKE2b-256 cb485dfbe0b65d70c99281597072607a84b97724308eb33287d512a062728848

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9f4b84c3c62a4aea24a1049b715f19b1570fb2aedd2d1511fccf4d62962ee59e
MD5 77a9f9e0eb79c11b49fe73437f26a868
BLAKE2b-256 486cd625ecf5f75f7152e6a6fa55b2b9062022c1b9130e0d2498f2b39e150ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.3.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2c758cb7053d3d8f6e3002e090fd677b619185990774ccab081b3824cdf19618
MD5 41e0202b9c6e528b1f0f049d79aeb7f4
BLAKE2b-256 114a293b8337925d3edd606e44f5ecf7159ee69eded1762e7474dbbc597f65a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c491c7a87a48ec473dd407041d7b084f79cdca1655eca85778b03e42943be06
MD5 e0b54230ca0af1a1dd88aa3b96f0d9e0
BLAKE2b-256 e072c040857671f033567768c51c54d0ba5c0c22688a7e2ec53cd94beb6544e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1094413eea0fb71bf367669afe2e201f2f154522ad68caac175cc7e38373f90f
MD5 0a8877f78b43a42cba17dd0aaaa6fd4c
BLAKE2b-256 9496731234b44dba219767122b6784690feb690b72bd9b1d73a68484b95bc45b

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32476e17e4c7d224bb0f86665fd8f1177ce4ad30922f123c84ad1bd6e8c74db8
MD5 d8f609d065b3bd71a42b25192910b473
BLAKE2b-256 9efbd06c18a88b3f501e22139f7141c5fb7b300a0e2dac0c2570199d4285a779

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seqwin-0.3.2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.3.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5f8acce40bcecee495584d7da8d5e29a24d22ed09df708a3c7eea0e7906b6601
MD5 17210af2ae5967a25eda563134d259db
BLAKE2b-256 f1fb42bcaa64619267b113ba1526d13b7657232d61a242203748ebc4b2519bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.3.2-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: publish.yml on treangenlab/Seqwin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page