Skip to content

Commit

Permalink
Merge pull request #22 from CBBIO/fantasia
Browse files Browse the repository at this point in the history
Fantasia
  • Loading branch information
frapercan authored Dec 19, 2024
2 parents b38d71f + 48812a1 commit 888c52b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion protein_metamorphisms_is/pipelines/fantasia/embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
Background
----------
This module includes functionalities inspired by:
- **BioEmbeddings**: Techniques for embedding generation and model handling are adapted from the BioEmbeddings framework. For more details, visit https://docs.bioembeddings.com.
- **BioEmbeddings**: Techniques for embedding generation and model handling are adapted from the
BioEmbeddings framework. For more details, visit https://docs.bioembeddings.com.
Custom enhancements allow for efficient batch processing and integration with CD-HIT for redundancy filtering.
Expand Down
8 changes: 6 additions & 2 deletions protein_metamorphisms_is/pipelines/fantasia/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
Background
----------
This module integrates functionalities inspired by:
- **GoPredSim**: The GO term similarity and distance-based lookup functionalities are adapted from GoPredSim (https://github.com/Rostlab/goPredSim).
Additionally, customizations have been made to ensure seamless integration with the vectorial database and HDF5-based embedding storage used in this pipeline.
- **GoPredSim**: The GO term similarity and distance-based lookup functionalities are adapted from GoPredSim
(https://github.com/Rostlab/goPredSim).
Additionally, customizations have been made to ensure seamless integration with
the vectorial database and HDF5-based embedding storage used in this pipeline.
"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protein_metamorphisms_is"
version = "1.4.0"
version = "1.4.1"
description = "Comprehensive Python Module for Protein Data Management: Designed for streamlined integration and processing of protein information from both UniProt and PDB. Equipped with features for concurrent data fetching, robust error handling, and database synchronization."
authors = ["frapercan <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 888c52b

Please sign in to comment.