fasta-uppercaser (1.0.1)

Published 2025-11-19 17:14:23 -03:00 by Godrigos in Godrigos/fasta_uppercaser

Installation

pip install --index-url  fasta-uppercaser

About this package

A small tool to convert lower case fasta sequences to upper case and save as a new fasta file.

fasta_uppercaser

A small tool to convert lower case fasta sequences to upper case and save as a new fasta file.

Usage

First of all, always have a copy of the original file in a safe place, then...

  1. Create and activate your virtual environment and install fasta_uppercaser.
  2. Call the application followed by the original file path (the one containing the lower case letters) and the destination file path (file that will contain the uppercase only letters).
fasta_uppercaser my_lowercase_file.fasta my_uppercase_file.fasta
  1. Never use the same filename for original and destination files.
  2. Make sure all file paths are correct before start.
  3. Make sure to have read and write permissions in the folder where the original file is and the one where the destination file will be.

Installation

In a virtual environment:

pip install ./fasta_uppercaser-<version>-py3-none-any.whl

You may also install it using pipx.

License

fasta_uppercaser is distributed under the terms of the LGPL-3.0-or-later license.

Requirements

Requires Python: >=3.8
Details
PyPI
2025-11-19 17:14:23 -03:00
2
18 KiB
Assets (1)
Versions (1) View all
1.0.1 2025-11-19