Lightweight package for reading and writing FASTA files.
Project description
protfasta
Release 0.1.15 (October 2024)
Overview
protfasta - a robust parser for protein-based FASTA files.
Documentation
For all documentation see https://protfasta.readthedocs.io/en/latest/.
For code see https://github.com/holehouse-lab/protfasta.
Installation
protfasta
has been tested on Linux and macOS. It should also work on Windows but we haven't tested it there yet.
protfasta
can be downloaded and installed directly from PyPI using pip:
pip install protfasta
If this has worked, the pfasta
command-line tool should be available from the command-line
pfasta --help
And you're done. This also means you can now import
and use protfasta in your Python workflow.
Simple example
import protfasta
# sequences is now a dictionary where keys are FASTA headers and values are sequences.
sequences = protfasta.read_fasta('inputfile.fasta')
Errors and help
For bug reports or errors please raise an issue on this github repository (see the Issues tab at the top).
Changelog
-
0.1.14 and 0.1.15 (October 2024) - Re-wrote build chain and versioning to use
pyproject.toml
and versioningit. protfasta should now support Python beyond 3.12. About bloody time.- Added
--version
flag to pfasta - Messed around a bit with tags to ensure we had a tagged version compatible with them.
- Added
-
0.1.13 (January 2023) - Added upper limit of Python 3.11 to accomodate clash between versioneer and Python 3.12. Ultimately we'll move to versioningit for release versioning (as we have done internally) but need to make sure we have a robust protocol for this switch and then do this for ALL tools....
-
0.1.12 (March 2023) - integrated in check_header_parser flag via pull request from the amazing Friedlab !
-
Added in
append_to_fasta
flag so you can append to an existing FASTA file (thanks Ryan!) -
0.1.11 (Sept 17th 2022) - re-wrote code for checking duplicate sequence to make it O(1) instead of O(n) for number of sequences (:-/) and added convert-remove option for invalid_sequences
-
0.1.9 (Sept 12th 2021) - added in robustness for whitespace in sequence files, which, bizarrely, was not present (i.e. added as an invalid residue type but can now be converted).
Copyright
Copyright (c) 2020-2021, Alex Holehouse - Holehouse lab. protfasta
is released under the MIT license. The codebase is well structured and relatively simple, lending it to feature addition. We welcome pull-requests assuming contributed code maintains an appropriate level of clarity and robustness.
Acknowledgements
Many of the software-engineering tools and approaches used in the development of protfasta
come from resources developed by the Molecular Sciences Software Institute.
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
File details
Details for the file protfasta-0.1.15.2.tar.gz
.
File metadata
- Download URL: protfasta-0.1.15.2.tar.gz
- Upload date:
- Size: 112.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7bbf8183f4a56b54f09a116fed9285e48fd52c0ec67c553e9ee2e064ef3c892 |
|
MD5 | a9d481dc95ef53700e82d0290e9310cc |
|
BLAKE2b-256 | 0190770b0a7411f6989c81d19e13b81df12ce95c10e46653e5276778a9384322 |