Skip to main content

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.

Credits

Thank you for using seqpad!

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

seqpad-1.0.6.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

seqpad-1.0.6-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file seqpad-1.0.6.tar.gz.

File metadata

  • Download URL: seqpad-1.0.6.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

Hashes for seqpad-1.0.6.tar.gz
Algorithm Hash digest
SHA256 a4f2579ce2505efa1c785ef3bcee2cfea4ae6aedf4ca63ea1f86aaceb1ee4b1b
MD5 4095452c6e4a62ed144b1fcb26504f9d
BLAKE2b-256 d89b324ffeb0ebc6261c6fd481bc443197ec70f0794d661b3fbf0e542b36b8fc

See more details on using hashes here.

File details

Details for the file seqpad-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: seqpad-1.0.6-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

Hashes for seqpad-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ea955b8a3d592fde3c8297805f1a500d1071908c8f9d747cab83242c7e34b0a5
MD5 80ee2ef791bb442fcbc2154bbffd1684
BLAKE2b-256 5f8a37cdd1fff4392433882de480a9a629bc73e682ab96e373f539c661321160

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page