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 / arm64), 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 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 tests/. Use the test script to download and run the test dataset.

git clone https://github.com/treangenlab/Seqwin.git
cd Seqwin/tests/
python run_example.py

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

  • ~5 min and 2.5 GB peak RAM for ~500 bacterial genomes with default settings.
  • ~4.5 min and 17.5 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.4.1.tar.gz (174.7 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.4.1-cp314-cp314-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows ARM64

seqwin-0.4.1-cp314-cp314-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows x86-64

seqwin-0.4.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

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

seqwin-0.4.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

seqwin-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

seqwin-0.4.1-cp314-cp314-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

seqwin-0.4.1-cp313-cp313-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows ARM64

seqwin-0.4.1-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

seqwin-0.4.1-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.4.1-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.4.1-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

seqwin-0.4.1-cp313-cp313-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

seqwin-0.4.1-cp312-cp312-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows ARM64

seqwin-0.4.1-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

seqwin-0.4.1-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.4.1-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.4.1-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

seqwin-0.4.1-cp312-cp312-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

seqwin-0.4.1-cp311-cp311-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows ARM64

seqwin-0.4.1-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

seqwin-0.4.1-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.4.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

seqwin-0.4.1-cp311-cp311-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

seqwin-0.4.1-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

seqwin-0.4.1-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.4.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

seqwin-0.4.1-cp310-cp310-macosx_10_15_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for seqwin-0.4.1.tar.gz
Algorithm Hash digest
SHA256 337931aa14142622625d5aecb8ea170f1f5be742e14cc4e6b5465fbc8e918013
MD5 0d236cf014f026717ea0fd7cebf09fd6
BLAKE2b-256 8f5ffd268f63f7578f29df6f342b5e346cf8df83efa64d01d1faf1e7a2f46d56

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1.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.4.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 65cb87663f0742338d134936167db05144c5c69469ab39ae7bfa73185040aae6
MD5 7b4040bc4d7aa894835a66e7097ee4e5
BLAKE2b-256 d1ae4bcc20833b748c2b8b8c96a3f294caa6e45319197ccf2ab82e3eb958bdd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-win_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.4.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3f397d4345687451f8e101d2cb2e0cd7302ea5036c3be8ad17fc1aa273292233
MD5 c4cff4f5e80aabd935ecd3c01449e0e4
BLAKE2b-256 089f1d2cff17eb95db3b1be57989267b6cc28fbf41d6c39aaf7a26b7fb882369

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-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.4.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3dcb91c67dbf1a4a1428e59e050194740c1229df01fa0c1a0dfb5a549e27357c
MD5 f184821e461f19371cf8db3b4da1fac3
BLAKE2b-256 456fb2afea2e98f4d8e432795d7c832fa41d5611dd9df75e8a03326f4fe9b52b

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-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.4.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c789a721ed25fe54b6df8e7cf6993ff754e97f96e5d781b15254ebf6a1bb2b4b
MD5 22925c68e6101354708dfc137209e725
BLAKE2b-256 5e826d133500bd63a0cbf2d7b03349752e8e8a30682548e734a40106ab9be0aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-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.4.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0d730c3cd5d3f0a9ebcf5994f85aabfc1e3d742f8954f5403db18730d6c4a6f
MD5 c12c063ffcd9a6a16725cc172d8f7553
BLAKE2b-256 72270a40cec9e236b1b63007f22af2f000ceee8171b02e74b3f8927900f374ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-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.4.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c6b091407b0d26d7ebdb61b793fd0e17401719530c35164735952a84fabc04bd
MD5 0f91593d8cd066b7bb73c25c1e0f917b
BLAKE2b-256 80d77e18a766db591da77e2e8abf2a898de2cd51d8fde837cdcebc1cc306d4ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp314-cp314-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.4.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.4.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fb0d2c60decd82d317ac258d98abdb1e45bb3d7e632cbbdf627974c4f60c10c1
MD5 4826af2091412c1ee9d070537a9a3ce9
BLAKE2b-256 d74326c403c651572de2769cc5e0d5277c9412d801ee70f5feb4f05143bc767f

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp313-cp313-win_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.4.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 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.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9ccf200c521b863d5eb51e28cb71b1a162dd0ba44a5720095ccf28ee230e28b5
MD5 4f8d31f59e2bdade459717ba4e2d850c
BLAKE2b-256 ab8947a002fdd8ec811ad82fd56668b30b082e51a7297ae5050f3954c9541604

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f8e9b0d33c3d87fdb7df61db034b81127944e7b9882c0119662e4da1582bade
MD5 eb4c9e57c97d1198148efd2d901de84e
BLAKE2b-256 d4a008b55e751969f9e627a5bfcc41bc0bd40a2f1e4f1c2db90ce1a1eac35323

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f747c07a1269e937ac3367be713d9f57b63bd7777cf84b0f225d76c960a5c2f
MD5 ace2d450c9664d2d2ac4fe8a9ef5701b
BLAKE2b-256 6f520c388c21ed2c92b72dba2e76543357387d69804f37d1d74b36b1ea97822c

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e41979ca0c4b4b3e12738fbfe5e41a063c02cdb93fe0fef3f61838e47c5dcbad
MD5 2ae247ab38b74cf4d98deb418a3036e2
BLAKE2b-256 f4ef91c54a5f585d5da68b4863168f9be21be8be7b217f562636e70023e7408c

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 69041b4dee2d46d74caafb6b7da68a840cde1ee5b1ddb6bc280c014322426d91
MD5 b64d399185363af515c13dad73652379
BLAKE2b-256 73fc116c903fb7a73016dacef458fd3b4dbe54885e5d74c2594e1c13a8eac861

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.4.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e16ca06773cef82589d89aa93652d3a7d0a336d0b178839c70ff1243c6bfaa6b
MD5 4c7ecccb3aa2729617aa43184de762f2
BLAKE2b-256 b60d4cb8505259a882acc8706f6ba986f78f3d48b878ee989c4e90ac995faeeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp312-cp312-win_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.4.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 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.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d579fb72ffa0ff4591b5bca015992e799d3ce1c2c6abec6a4fda7347cbd0f0bd
MD5 44de1eac57572863a87e358b67fc02d8
BLAKE2b-256 79f5b367746b7aa24c97db7681d083c1eba6b4be8059420a4566c0a6a7b44d3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f72c1cddb824722e30a4525fb5640cf4e821f3cceca58c91a94451947c74a2d2
MD5 3fb86cd15c1269cf7f2b72dfd5861729
BLAKE2b-256 89f9c6586328c2a572f8ad5cf760887ceca5d1106e81c35f88c968263d8811f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d2804c4775805a6d40ffac73555d83fc26065906ad1c7c5ed76ae49d0ccab2e
MD5 b598add5cc43803d1cdc96d2b0dc5451
BLAKE2b-256 399fa35135cc309b015f414f869ba1ec4af45b36369692b75a17ffa3bfc9b0f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3747688132f5aefa08709b2019babe52dca4d6788cf33ec8dfb04e79f11a483
MD5 39ff7a586a174060a9a18fd0e799fddd
BLAKE2b-256 390365cacc83fe7a89842619992dfc0633971d92868d765a4b271f042c60777b

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e70624907017dbba0918f30c268a99e723916165537f19115849d5da1ee8a609
MD5 12f34a991b089540bbab244c1386c913
BLAKE2b-256 65746c4136bf951b62f0cda4a81d5aa0f560873da57647d348afd53963c9f455

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for seqwin-0.4.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dff2943ac46722873e66ff08bbc30504c6c20b6ab22e3f1b0b935ddab5cccb71
MD5 d814c8bbb47bf2c9292422dddc838016
BLAKE2b-256 74fa41ad9105eb32be7507a92fd33aba8a9b28a7c9925008c2306ccb389035ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-cp311-cp311-win_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.4.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 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.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d4eed098cc6ba8f4119916a07a0f536557547fba6c56df110268d77f25a1dc3
MD5 86c2e2874e955ee8d16966f2d417e4e5
BLAKE2b-256 b380c613cfd745cb83f69fb0bfb27105270963a9d3e2b53c37b218e2cf5c062f

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53dbbdd8250a04933ba6f3fdbabb9e838165f8da442c9e03848eb99366a6bec8
MD5 cefa4fc9afb133bf1209c2512b355ed7
BLAKE2b-256 e8aceb7fd3c6cd17266cfd240a4e58afc59721cb20f94d87c6ee8e0051bd5183

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a7f8fc65600603acc7e9a91fdaf70af9b2e78ce8da421c283cf76f7b37932b4
MD5 8eb36c34246fd35560c980538b1e1e6d
BLAKE2b-256 40d7a553c00f85b244d8eda1d5b7d62c2baf44cd06901bc7c6b7ea9951cc5966

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d0ca0d02b6a4ca0602b31562925595420c478aa62f9b3f7930dc85543829421
MD5 2a1d55b307683273543e20e211491152
BLAKE2b-256 e43a09756240f99146fbdccd6b9a009fe5018d8b90e53bb91457c1643c583b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d9a3c80c11726d2d8caa204293aa2cad2243fb0060825f81cd1fd01d3ff2afac
MD5 66f6d3820873bc5b7c47e805b91ce662
BLAKE2b-256 d234743ead546c5846dd6b6e47b4d8cfa79c2d08e6e94da2105b3c0316924893

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: seqwin-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 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.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06f0f651e234d30aee0028856ab54df89199c93050e7e03d8e8fda5497d95777
MD5 9fed0f1d4edb5a673e7cc0b3c6833134
BLAKE2b-256 bc25c6cca59e709c23a89b72a7838a97235033a6171b317f94a88f19fcea657f

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9989e08bd7f829fcecf902b84c26677c886b24739766c15346b0ae1cc768843
MD5 15ebd6ce05d52aa52bd8329b88527c73
BLAKE2b-256 1516f2e8ead7e17728eeb8c3da16460dceeab4ba947970a2d7f84db4f64fc14e

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8db56059fa06a43253a94ea1d16c1ea2bb1c081fd91995fe53854ad4794e0292
MD5 b849ddec16ebe38baefee8f93148915e
BLAKE2b-256 2cd8ff8c6d39e6c2097113cdcad976c903d6c63409aea205f170c9b079dbdeca

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4198dd282e432813208440afd950dd063c31b3ea1d0136cff21a90caebc05250
MD5 2113d627f9cec87e7c8d9b9fe6f7647f
BLAKE2b-256 daa4cf976a230976584eac3ff40ae06f07aa6a4fd24ac3f1fad6eb4be1a1f427

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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.4.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for seqwin-0.4.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5864c54026346d0d95b68270c3babb9530f3bdfb822dd4a50b7cc4a1ecb4e826
MD5 2713bfbf970ab4cc4b8b38dc6b05ac8d
BLAKE2b-256 eee9536bc06a4120c28e1a233a28aaa72bc1f6f9aee382608480c98cc5f577d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for seqwin-0.4.1-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