-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestmajor"Larger effort" enhancements or bug fixes that take a longer amount of time to complete"Larger effort" enhancements or bug fixes that take a longer amount of time to completepythonPull requests that update Python codePull requests that update Python code
Description
Building on the Node class (referenced in Issue-#102), we also need a Chemical subclass. This will help handle the specific data types we use in Comptox AI.
Objectives:
- Specialization: While the
Nodeclass provides a generic interface, theChemicalsubclass will be tailored to handle attributes and methods specific to chemical data. - Integration: Ensure the
Chemicalsubclass can seamlessly interact with the Comptox AI Neo4j database and pull chemical-specific data.
Key Tasks:
- Define attributes unique to
Chemicalnodes. - Integrate with current chemical handling methods, such as
fetch_chemicals, to retrieve and process chemical data from the database. - Ensure the
Chemicalclass is able to parse and present data in a Python-friendly format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmajor"Larger effort" enhancements or bug fixes that take a longer amount of time to complete"Larger effort" enhancements or bug fixes that take a longer amount of time to completepythonPull requests that update Python codePull requests that update Python code
Type
Projects
Status
To do