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

rename transform input and output folders #209

Merged
merged 15 commits into from
Aug 26, 2024
Merged

Conversation

bsantan
Copy link
Collaborator

@bsantan bsantan commented Aug 9, 2024

No description provided.

@@ -102,8 +103,8 @@ def run(
self.parse(k, data_file, k)
else:
# load all ontologies
for k in ONTOLOGIES.keys():
data_file = self.input_base_dir / ONTOLOGIES[k]
for k in ONTOLOGIES_LIST.keys():
Copy link
Contributor

@hrshdhgd hrshdhgd Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lists don't have keys.. could refactor this to be ONTOLOGIES_MAP?

@hrshdhgd hrshdhgd merged commit a78e1c0 into master Aug 26, 2024
3 checks passed
@hrshdhgd hrshdhgd deleted the refactor_transform_names branch August 26, 2024 17:08
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 this pull request may close these issues.

2 participants