Enzyme lineage analysis and sequence extraction package
Project description
DEBase
DEBase is a Python package for extracting and analyzing enzyme lineage data from scientific papers using AI-powered parsing.
Features
- Extract enzyme variant lineages from PDF documents
- Parse protein and DNA sequences with mutation annotations
- Extract reaction performance metrics (yield, TTN, ee)
- Extract and organize substrate scope data
- Match enzyme variants across different data sources using AI
- Generate structured CSV outputs for downstream analysis
Installation
pip install debase
Quick Start
# Run the complete pipeline
debase --manuscript paper.pdf --si supplementary.pdf --output results.csv
# Enable debug mode to save Gemini prompts and responses
debase --manuscript paper.pdf --si supplementary.pdf --output results.csv --debug-dir ./debug_output
# Individual components with debugging
python -m debase.enzyme_lineage_extractor --manuscript paper.pdf --output lineage.csv --debug-dir ./debug_output
python -m debase.reaction_info_extractor --manuscript paper.pdf --lineage-csv lineage.csv --output reactions.csv --debug-dir ./debug_output
python -m debase.substrate_scope_extractor --manuscript paper.pdf --lineage-csv lineage.csv --output substrate_scope.csv --debug-dir ./debug_output
python -m debase.lineage_format -r reactions.csv -s substrate_scope.csv -o final.csv -v
Debugging
Use the --debug-dir flag to save all Gemini API prompts and responses for debugging:
- Location extraction prompts
- Sequence extraction prompts (can be very large, up to 150K characters)
- Enzyme matching prompts
- All API responses with timestamps
- Note: lineage_format.py uses
-vfor verbose output instead of--debug-dir
Requirements
- Python 3.8+
- Google Gemini API key (set as GEMINI_API_KEY environment variable)
Version
0.4.4
License
MIT License
Authors
DEBase Team - Caltech
Contact
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
debase-1.0.0.tar.gz
(172.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
debase-1.0.0-py3-none-any.whl
(172.0 kB
view details)
File details
Details for the file debase-1.0.0.tar.gz.
File metadata
- Download URL: debase-1.0.0.tar.gz
- Upload date:
- Size: 172.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
525c6b80a09bd4420efc02901317c67afeb887234cc7a17dafd2172845b64b81
|
|
| MD5 |
f1a2efaf33547c036703a6c1d314c04f
|
|
| BLAKE2b-256 |
753cf4981b70a02aae94048d750f67bef56bbe7e917ceb6131f500db5743fd2c
|
File details
Details for the file debase-1.0.0-py3-none-any.whl.
File metadata
- Download URL: debase-1.0.0-py3-none-any.whl
- Upload date:
- Size: 172.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f603c79398c0e3a97436e4e9a5a0728b61edccc397b3a99cf89056944b61bd01
|
|
| MD5 |
38ee7b2de6cfa8728dbc806fee3653b8
|
|
| BLAKE2b-256 |
787373464c59f3473a187ebe3c85ee404f9b78c57e68a25e3cffdaa1e28bb51a
|