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

return list for get_bgcs methods of BGC loaders #182

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

CunliangGeng
Copy link
Member

This PR changed the returned value of get_bgcs methods in BGC loaders from dict to list, making sure that methods get_bgcs and get_gcfs have consistent returned type.

- change returned value from dict to list for `MibigLoader.get_bgcs` method and the underlying method `._parse_bgcs`
- update the use of the changed methods
- update unit tests
- change returned value from dict to list for `AntismashBGCLoader.get_bgcs` method and the underlying method `._parse_bgcs`
- update the use of the changed methods
- update unit tests
Copy link
Member Author

CunliangGeng commented Dec 14, 2023

Merge activity

@CunliangGeng CunliangGeng merged commit e6b758a into dev Dec 14, 2023
2 checks passed
@CunliangGeng CunliangGeng deleted the 11-17-update_get_bgcs branch December 14, 2023 10:45
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