Skip to main content

Seqwin: Ultrafast identification of signature sequences in microbial genomes

Project description

install with bioconda Anaconda-Server Badge 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.

  • Bioconda is the recommended installation method because it can install Seqwin and all its dependencies. But it requires Conda and supports Linux and macOS only.
  • 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 (optional for core Seqwin features).

Bioconda (recommended)

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 "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).

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.

Quick start

Identify signatures by providing one or more target taxa and non-target neighboring taxa.

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.

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

Below is an example of targets.txt or non-targets.txt

./genomes/GCA_003718275.1_ASM371827v1_genomic.fna
/data/genomes/GCA_000389055.1_46.E.09_genomic.fna
/data/genomes/GCA_008363955.1_ASM836395v1_genomic.fna.gz

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

  • ~5min and 2.5GB peak RAM for ~500 bacterial genomes with default settings.
  • ~5min and 23GB 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.1.tar.gz (153.2 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.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

seqwin-0.3.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.3.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.3.1-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

seqwin-0.3.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.3.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.3.1-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

seqwin-0.3.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.3.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

seqwin-0.3.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.3.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

seqwin-0.3.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for seqwin-0.3.1.tar.gz
Algorithm Hash digest
SHA256 fc8982a6ebc62654e2c122908a589c718db23686ff73102a62dcd2ca0d888fe9
MD5 cc7ac8e2c0fa11417dd0d196207e78bb
BLAKE2b-256 516964dc904714e041d67305baa456194ee5f54542854b70e8f317fa8c34aad4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.3.1-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.7

File hashes

Hashes for seqwin-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fa7864dc0a6981b006e036d3fd1d8b8f04aa0fc27ffe5aca58c6a7e9c7f949e4
MD5 b71890ebec675eb28bd88c762f941682
BLAKE2b-256 06e99047a8ecdc328b478fdc675cfadf443c401bdd50cf86c16af1e900753155

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83f9aa04eabf31e470973342fbf56e061bd0b069172b62296705f7a23043ce8c
MD5 fc043754e9956c7b047bf73081951399
BLAKE2b-256 6279f21a51e57da949c4e129d945e77252a0f07eca61ed26aede8267dad7bef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55b011aa30bc61b57449b896eb45a2c564d9ae6be6f8a31fd19fcc7426ff8a90
MD5 05fa646f0a0237e383c65a008193e4f0
BLAKE2b-256 3b638eaa6b97251d7391906026f82a08ef2ec102253de082f20de4e219b5716b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3545baf01033400a2776bbac35626bf5dad11fb15d10bf96e28e303e39f0ad90
MD5 337e55f622813dca67a0d22387ff0bdf
BLAKE2b-256 93677cfbc000fb994f79fdfb7be074c4e8c6e596490b642150b37a1dd26b49a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb6747c49cb70372d9cadc44627ee98e327ec712d518aaf830e0380b76f369e5
MD5 bcc5cbbddf28ec603c037aec2aeaf92c
BLAKE2b-256 91d87b9c323a8e59333c16026b885681384741d1e9d2114a986febeac02e5bbd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.3.1-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.7

File hashes

Hashes for seqwin-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa4303486fc1a8d7ac948189517e2741cd3d2d9c88e1724177f8015d3cac86c9
MD5 008b53d3a531d3a17f96289d2d8b486b
BLAKE2b-256 18a7992603d64a2cb5f87d17273e434b101abfefbf6e3a841a7327a881b1d5c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32674accca47e81b1696598a372e6001c93b752a8912fcaa1306dbcc0d24cdd0
MD5 a13729817cc92a20b895eba4fb1f46b6
BLAKE2b-256 d77a9c3f433a4127183f1b3b210b5c7ed1a23197f91835c98c348142aa53dc9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21b4c4d994a1bdc496ac37566eae4e796a58b9dfb329c36f6950c210060dc9b2
MD5 1c702ca60eb4fee652d75524223c8f26
BLAKE2b-256 08e475a37813b2dfe7da8999aad2b06402b8fb3e099afdf4ecb404b7389be1b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3cf3a4811f63fbaffaffc04ec7366c4239526fc1b2fa68c1cdd5f6d1689a49f
MD5 7c68b520710eb0ad620d0d6ebac8318a
BLAKE2b-256 293094d24602ba93092be9ccbda9ca19b0b2c188c9bba3c53dac3e1b49324549

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d233451f2a1c202096527c78cd25d69b716ab3adc57d439e3ea2b8c616ee37c0
MD5 f0f8441bfeb175069ed127823d4d36b5
BLAKE2b-256 cfb5c48fb93dbdab3ad65f398b63720cf69fb9af0d56dbdccf0e51aef430ae98

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.3.1-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.7

File hashes

Hashes for seqwin-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d64aad55b53a3644b27a547e195d5f29715eb1143c7d57b17c32c60f9f4cf9e1
MD5 19bdffd3ce30524afbf102962313fa4e
BLAKE2b-256 176b6045e94a044bd9e76763c928c097070d31a5dc345abea227553a692a6050

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44ffc6461cc0a3dbc55c3d71982d9cc87f3a3ba6fca254c5658898d6dd9143c0
MD5 492f803d0e1807e13ced608f3dca8942
BLAKE2b-256 6864d852eab946de8797700194624bc7b5d90f7837d1540a3b91cf1c08f8f11e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7c4395b27a9d94fb55ccf11f3e1d5ada3dcf72530fc5e3704ddfda8c6d73f7e
MD5 e993452c7d4d2cb9b98d183427a21604
BLAKE2b-256 73f233efeff15cd58d7a85cb153524c23aa7424ab1aba9d5118d945a60f49adf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 396cd0f78e345630fd462835f77ca26dc11ed99d138ea799c513729cbbc74e64
MD5 174583eb9e159aea2ef5b985061194bf
BLAKE2b-256 11284bc32e4e4b1fcf0ddfc50a9524eedd3cf3558754262ad0902aa44d4336cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dceedaf54fb8b690ab2fa1df5eaf5f2a76dd726d77e96605be2fb90efb4071b8
MD5 67142207763f0559df798356b92bfb04
BLAKE2b-256 e36e1d4b38c6cfaa05b05fec11d43f1f21956f016821795b665f0afc8de45042

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: seqwin-0.3.1-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.7

File hashes

Hashes for seqwin-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 479cf24c627d32e497f290b4e148897053e11326a248176777601bf7e4ad26b7
MD5 5d1013ce7d2a28e7a603f33a5e26ffbd
BLAKE2b-256 db2e2e6e1e51255cdd7db9b93a30f38989a4e6288694fc96af1c9692994bb6fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0b916b39269b77ab1840f14bc5a95cc3d807a0db6dc1e060102c4c388c3d668
MD5 cc438c50def43e44facd57f4ff193dc1
BLAKE2b-256 efe797adaa9badee119504bc5c83dd27e79a61ac4530412a5b1d65dddab8cca2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7868b15b619ed0806c2206583446fccc21786516bd132a5680326dd1f2d327c
MD5 2cae72ec4f6e96380e174cfb1233f19e
BLAKE2b-256 697385f8f4d0b135d3e2efe8e1caf41e5038f1d9bb1a047241e23f554d304acb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f664798e5a2886fd56c707e03230d4d73802ff2303cf3ce408103da6c30e6945
MD5 3d6f152be4d0ba7a96fbe6eaec681763
BLAKE2b-256 b4c7584cb792f1eaf2ea123f405001875d8a7c2add30c75ad7a7f8481c2bdfba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for seqwin-0.3.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e26df8e1a1d7a1f660a548442b0fb60953706c7d425a02bbc5455e64734fab5f
MD5 32784f0550621c2f44e030ae28f74fda
BLAKE2b-256 dc2608fc2dbe91b95a95e2e51a6782d9dfd42c8eef5a3bdd049252fef8eeb043

See more details on using hashes here.

Provenance

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