gyorilab / indra_db

A Database-based knowledge back-end built on and for INDRA. The INDRA Database is a service that can be set up by any user with their own content and knowledge access. Our implementation of the database is the back-end to many of our projects, providing a vast and detailed knowledge base derived from many resources.
GNU General Public License v3.0
16 stars 10 forks source link

KnowledgebaseManagers Meta Issue #217

Open kkaris opened 1 year ago

kkaris commented 1 year ago

NOTE: this list is being updated as more sources are updated/fixed

This issue keeps track of issues and updates related to knowledgebase managers.

kkaris commented 12 months ago

Related PR in indra: https://github.com/sorgerlab/indra/pull/1423

kkaris commented 11 months ago

Question for DGI: I switched to using no version in the call to process_version() in indra_db.cli.knowledgebase. This does make BeautifulSoup4 a sub-dependency via the import and use of bioversions. If this is not desirable we can stick with hard coding the version instead, or looking up the latest version ourselves with e.g. xml's ElementTree or other built-in module.