metagenlab / zDB

zDB: comparative bacterial genomics made easy
MIT License
29 stars 4 forks source link

Fix various views for cases where there are no gene annotations. #99

Closed njohner closed 3 months ago

njohner commented 3 months ago

With this PR we fix various bugs in views that fail when there are no gene annotations. Indeed we had cases where the gene column was entirely missing in the dataframe because it did not appear in any of the query results, which led to failing views. We fix that case for

Resolves https://github.com/metagenlab/zDB/issues/96

Checklist