Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor manual creation of pydantic classes #245

Open
mengerj opened this issue Dec 12, 2024 · 3 comments · Fixed by #246
Open

Refactor manual creation of pydantic classes #245

mengerj opened this issue Dec 12, 2024 · 3 comments · Fixed by #246

Comments

@mengerj
Copy link

mengerj commented Dec 12, 2024

The current manual creation of the pydantic classes results in a different structure as the automatic approach. This script explains how to reformat the manual definition to adhere to the same structure: https://github.com/biocypher/scverse-x-biochatter/blob/main/functions/dict_to_pydanctic_template.py
The method name is here included by passing at to pydantics create_model method.

@mengerj
Copy link
Author

mengerj commented Dec 12, 2024

refactored the anndata_agent: #246

@mengerj
Copy link
Author

mengerj commented Dec 12, 2024

Refactoring of the scanpy pl agents: #255

@mengerj
Copy link
Author

mengerj commented Dec 12, 2024

Still need to refactor scanpy.tl agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant