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 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.0.tar.gz (157.4 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.0-cp314-cp314-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows x86-64

seqwin-0.4.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

seqwin-0.4.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

seqwin-0.4.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

seqwin-0.4.0-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.0.tar.gz.

File metadata

  • Download URL: seqwin-0.4.0.tar.gz
  • Upload date:
  • Size: 157.4 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.0.tar.gz
Algorithm Hash digest
SHA256 7702fe35e36f1f50762901cf1ca4c607f5ae5ae9ce786860fa17bfca9d8f3216
MD5 84c972e44f36d659a4c37ff664e8f168
BLAKE2b-256 a0302a332b309995a4500b37d61d66ab6d8b880ecc9db4b12d955d9ca1f8a941

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.4.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6a574a97292316f236aa2516e2f8e091a437e712745515a190f9600685c61006
MD5 8d5fc5bfb037b6ebb726de65a10dc99e
BLAKE2b-256 eadeafb859f3d71a52892f3cc158007e5b5ecc9d331c3ffb573e6cd0f4a37e5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5981594685c5283cc01cc27510ce1349ea7dda1a5f43296dcd837b2ee9ef1320
MD5 d91bebaa6632fc4dabe35e932014587b
BLAKE2b-256 e88b8d509f4c39d3f7e09344fcb1b72d072f5f2c8a40c423dcc541b67b181e2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05ca1655714fd771d744b0fc1ae11eab119757c86386baa82ad740730dba5c74
MD5 144a04b1e3943f1e5507b5ceb80970f0
BLAKE2b-256 81b88e4e3812e3bd76d30129169764ece08acbff4b1a9b9ab8995ca9f0886857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7943c5df7906dd89b3d725ff965e212ff4eea1c74162daa1efb5cc60400b8477
MD5 7c892c314a5bc5eb1daa4d6e05084641
BLAKE2b-256 30d724a807aebf4432d898ca110a028fae0798034e959f4c9c8138a596e44559

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.4.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c2222359807a27714b071ee183b4ca06876fef5187e3bc4fc98e04a7ae8bb41f
MD5 cd3a02e97392ab6daa08e496f12f4a4b
BLAKE2b-256 0b86538abc3b7a71569a174b0159ee11f7cc46e7a451f8ce622f3a6e443b84a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa67336837d87e47ed9cd3245466747f772cc2e6881896f3da1d24204069d634
MD5 e672262616a9ff54ea189b75ff2e3b32
BLAKE2b-256 dbc771319d6d28990c20d777f6bf2daa3ddb887ce74faa0bed7e649b0e0ba64e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2082bf069ffe3a9ba9c4c49c28e1b4c1bbdc3395f35d3bbd003d4a620fee9115
MD5 1ae86cd96d8c0e551d03f560a3bd0764
BLAKE2b-256 8d133e2ef5635c756e33825d95b33e8440346fae3c1b5d9c45e290a2d4189ad0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b286fdc51ec7f3f2e0100c521d4e4f8f8928e0a6808c7ce996a11669fc7a9e2
MD5 61c933a5e17c94eaaf506acb367e8253
BLAKE2b-256 5d79fe9fbc89979883b2f7478f060d5564081efcc225d19597687db780daa6e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 254825709ff4e8768b29104884ca22d1d71edb28de3cfd462afd6f1729c865c3
MD5 1f1286387d1b2178e1862e48244e4dd6
BLAKE2b-256 646b3b9dfcd13c7e1500a156c0cc9fd8edb37782a0ef7ab06f44faa260f7c8ba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.4.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0aedcff197a634ff750669d172eccb3a8966719b5196927d0e321276fc7202bb
MD5 1b78f59d5678664b5ff25c531251789e
BLAKE2b-256 93d07574863362d15bdf221dfe1bef30f420a83e2bcff93bb3c5050c24edfb83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7ca1ae60c6845487629118a712c6cc687b6dc60db00aeb4bb979870410177bc
MD5 7d439c3ff68f1fa7e73d796201aef368
BLAKE2b-256 50e4377ca765c1c23514a6a0fad4de13effc608d5a9a1a205d8221eb7fa0b865

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5353e222f830584d99a909cbad876e4e2ad60b31ef8ec00ec999edd1feacf740
MD5 4716d09a7aaf2ab2b06dcb514501e933
BLAKE2b-256 da09747554081930682813edd21bb60e3dfc8a54ddb2476cd48c561569d6a94a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee00991a1372dd8249922dd0c6c2891e2db943d74e714c084844db478436da55
MD5 5dc3ca64612d6734ab3d881ec08a3a8f
BLAKE2b-256 7ba824a01a8769eb84deffada7b27e77cebe8e6623bfaf3bd60a62c9efc5e3df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 07c8fd44af9f7e3aa068ce4c304d6d9bee58f5924a6151255722b2500c24afde
MD5 fe0cb24301d3028bbe88157db85ab302
BLAKE2b-256 14fa44b8ea665784b7d9be70eddb568928df4534a0334b1e6c04884f483dc252

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.4.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 03c76d34f6c47e1f011e96b27662637f24ed7a8163a26da3bc3cec7658d680bd
MD5 c7057397d2136795f5fbd6c7dd4d88ea
BLAKE2b-256 62a071e98cea447de98c569c38f7bc94939f622c73fa144f6ce0940e301e633a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd8121caff92c57e8875d2d9906d18bd89cffa2e3703d1812f7602cbd0ba70a0
MD5 ff0ea1aca7ec86413da0dac975a3f5a3
BLAKE2b-256 d73cb5e52de62de686313dc383957c2aea0261a46740ac3dca772f0fe95f6a6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d596c21f7a3c098f8e46f2d7d4a6feb7139d94f3c1a38934658c3cfeb39eeeee
MD5 472a15b3f8ae710f00de2407fdaf96e4
BLAKE2b-256 00b4e7d86926d1da717e5b848bb1e043ef1b550caf93616cbe0e8e6257c3ae5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ee91cf5e36c434070490ff1e7a430cf45956d24b4c3f91a2050000a79351611
MD5 efe3463c510bc9152225d761defd66ff
BLAKE2b-256 380d614cf16c407d44c4e1bd0428ef1f47ab13a6d9059ae4c718fc7680753ffd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 609c0c65eb986a049fb5ae6c871794f5c4262c4d2add876600297f044984a016
MD5 b83622789c4ea0880253d46e52ef7b70
BLAKE2b-256 2b5f2f63227863d61381c6ca0913a03030fd6f7cc71f864c31ee9adac7f11c30

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.4.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d33962697b1b1f18d1ff6259d8b771b3d4aa0a9ad4895ae191bc09f169c3dcd
MD5 5ed9b09be68e4bf8954f21888c0246d7
BLAKE2b-256 cf756c01c68429a440e9cd4af90554d810b6a3ec2743f1d3f4e1f5772b98897a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98c85e6f4af5bf5284b504dd661dae499ebf3031f746d9533f389024fa50dcd9
MD5 9410afb161ed7d6d1c5167338ddeca2e
BLAKE2b-256 1cafcb597bcd593d6670d57d5d692a1c6b0126dafba4e094582beb51ee7f8e4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 655748c5f9dbe411a68bf4d21da2656967d859796956adfddb012cdff8f23a89
MD5 a8bb6d219b02d6959e29a5bff7f92f62
BLAKE2b-256 310b13565f4fcfcb1e1444e8afaa03f7ff98da6209f649b667b9de59be7c3919

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e08ffff6220a5636a98f6cef3f95f1a0c0fb3b45d78d0c58e75a50825b9ff46e
MD5 9097fc911ef98ab81baae330f371fb8b
BLAKE2b-256 b4682aec14cdaf403b3cfadfe79ae057ab0a52762301639e246fd1af47032a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.4.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5450d1d08d4216f6f3fd187179e627aeba8f44081ade86d06dea2bf7b99d386d
MD5 79ab8be13a4c77002193d973239a406a
BLAKE2b-256 1b635d635afc27732ef174e7cc7ec87b4ebbaae2110f9b16bc237c591afca1f5

See more details on using hashes here.

Provenance

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