Pad nucleotide sequence.
Project description
Overview
Pad nucleotide sequence.
Installation
To install seqpad, you can use pip. Open your terminal and run:
pip install seqpad
Features
The core function of this project is implemented as follows:
def seqpad(seq):
while len(seq) % 3 != 0:
seq += "N"
return seq
The project also provides a CLI that can also be accessed from within python. For more information read the help message that can be accessed through one of the two following ways.
# bash
python3 -m seqpad -h
# python
import seqpad
seqpad.main(['-h'])
License
This project is licensed under the MIT License.
Links
Credits
Author: Johannes
Thank you for using seqpad!
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
seqpad-1.0.7.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file seqpad-1.0.7.tar.gz
.
File metadata
- Download URL: seqpad-1.0.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc3a91da28bb14ce50f0c4dfb27470149dafdac6d03b5a3976d7afa255f14cc0 |
|
MD5 | 91baabb2cd3e7d0d4ad4c0c407da153c |
|
BLAKE2b-256 | 86897e0d36860c2e0c207f67a936130d45f39eb65a97855b8e647c610d7a6c70 |
File details
Details for the file seqpad-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: seqpad-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e351ba5a4a739584bda2a0a28d3710ccf880c8bd7d957a1d56afc3c3706c7e |
|
MD5 | 5103aaa87c38f3c12ffb5e3242cc131e |
|
BLAKE2b-256 | e150f17e041f8810b48a38e995a3f4f665fd85e97fd3c19a5f182dd529be4030 |