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

use list for returned type of get_bgcs methods of BGC loaders #180

Closed
wants to merge 3 commits into from

Conversation

CunliangGeng
Copy link
Member

@CunliangGeng CunliangGeng commented Nov 17, 2023

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
@CunliangGeng
Copy link
Member Author

This PR will be closed and a new but same PR (#182) is created by Graphite, please review the new PR.

@CunliangGeng CunliangGeng deleted the update_get_bgcs branch November 20, 2023 09:29
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.

1 participant