syndirella.DatabaseSearch
DatabaseSearch.py
This module contains the functionality for a database search. Can do it via Postera or another database (smallworld, etc.).
Classes
This class contains information about the database search. It will perform the database search using the |
Module Contents
- class syndirella.DatabaseSearch.DatabaseSearch[source]
Bases:
abc.ABCThis class contains information about the database search. It will perform the database search using the database_search_function. It will also store the results of the database search as a .csv file.
- abstract perform_database_search(reactant: rdkit.Chem.Mol, reaction_name: str, search_type: str)[source]
This function is used to perform the database search using the database_search_function.
- abstract get_resp_json(url: str, data: Dict = None) Dict | None[source]
Directly get the response json from a request.