Sequence Globally Unique Identifier (SEGUID) Checksums for Linear, Circular, Single-Stranded and Double-Stranded Biological Sequences
Project description
SEGUID v2: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
This Python package, seguid, implements SEGUID v2 together with the original SEGUID algorithm.
Example
>>> from seguid import *
>>> lsseguid("AT")
'lsseguid=Ax_RG6hzSrMEEWoCO1IWMGska-4'
>>> lsseguid("AT")
'lsseguid=Ax_RG6hzSrMEEWoCO1IWMGska-4'
>>> csseguid("AT")
'csseguid=Ax_RG6hzSrMEEWoCO1IWMGska-4'
>>> csseguid("TA")
'csseguid=Ax_RG6hzSrMEEWoCO1IWMGska-4'
>>> cdseguid("AT", "AT")
'cdseguid=AWD-dt5-TEua8RbOWfnctJIu9nA'
>>> cdseguid("TA", "TA")
'cdseguid=AWD-dt5-TEua8RbOWfnctJIu9nA'
Documentation
The package documentation is available on https://seguid-python.seguid.org.
Installation
The seguid package requires Python 3.6 or newer. To install it, use:
$ python -m pip install --user seguid
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seguid-0.1.0.tar.gz
(11.9 kB
view details)
Built Distribution
seguid-0.1.0-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file seguid-0.1.0.tar.gz
.
File metadata
- Download URL: seguid-0.1.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.0 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dc6f602ec6d42099f1d26d047caf17da36dc5bff1c885418d1dbde559eca542 |
|
MD5 | dd819b66658b9d43dba25c94741da5f2 |
|
BLAKE2b-256 | 94b0992f0752f62477ef76413207f46a548d3dfa2499077df56314577227ecb8 |
File details
Details for the file seguid-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: seguid-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.0 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbc41af5a7aafa7e0bd966c99113cb0395848be9f59685c8713efe114c9c77c9 |
|
MD5 | d600f732686207949ea788155d059aa5 |
|
BLAKE2b-256 | 14c668b59fc97aa9753a3ce6db7e47d2428ac6c4520a2f99a22a5334600aec9c |