cancervariants / fusion-curation

MIT License
2 stars 0 forks source link

fix get_uniprot_refs database handling #271

Open korikuzma opened 10 months ago

korikuzma commented 10 months ago

In staging branch, there is: https://github.com/cancervariants/fusion-curation/blob/27a477f5bbca25183b81ff40e95e96c50d87d7ec/server/curfu/devtools/build_interpro.py#L67

If ddb is required:

  1. Just do q = QueryHandler(DynamoDbDatabase()) or
  2. Do validation (isinstance(q.db, DynamoDbDatabase)) and raise exception if not ddb
github-actions[bot] commented 1 month ago

This issue is stale because it has been open 180 days with no activity. This issue will be closed if no further activity occurs in 14 days.