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
Release files for seguid 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seguid-0.2.1.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seguid-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.4 kB
Release files / seguid-0.2.1.tar.gz
| Download URL | seguid-0.2.1.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc5482aea6264d5370076a82559b7ccd0810d4e38489437a9e9118affa9762e5
|
|
BLAKE2b-256 checksum How to use checksums |
1e598e4a40a2e963dadc327da83efb1e5a8f69baf4f6ba88b663ad42fe5253ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.11.0 Linux/6.11.0-1018-azure
|
Release files / seguid-0.2.1-py3-none-any.whl
| Download URL | seguid-0.2.1-py3-none-any.whl |
|---|---|
| Size | 14.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10767009dcee3ee1e1227e68b047e5bde82224de1fec11162c3afc4238ca6e08
|
|
BLAKE2b-256 checksum How to use checksums |
5714412c97e1e2ad05c2dad34f30cec8ddb8b010f118fff8f7b4e2817f0ff7ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.11.0 Linux/6.11.0-1018-azure
|