-
Notifications
You must be signed in to change notification settings - Fork 145
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
Foldseek driver + Structure base Pangenome #2364
base: master
Are you sure you want to change the base?
Conversation
As the Prostt5 weights are larger than 100mb. I decided to guide the user to download the Weights if it is necessary for them.
…nto foldseek-driver
Another bug: Traceback (most recent call last): File "/home/msever/github/anvio/bin/anvi-pan-genome", line 165, in pan.process() File "/home/msever/github/anvio/anvio/panops.py", line 1379, in process self.store_gene_clusters(gene_clusters_dict) File "/home/msever/github/anvio/anvio/panops.py", line 953, in store_gene_clusters table_for_gc_psgc_associations.store() File "/home/msever/github/anvio/anvio/tables/geneclusters.py", line 106, in store self.delete_contents_of_table(t.pan_gc_psgc_associations_table_name, warning=False) File "/home/msever/github/anvio/anvio/tables/tableops.py", line 119, in delete_contents_of_table database._exec('''DELETE FROM %s''' % (table_name)) File "/home/msever/github/anvio/anvio/db.py", line 520, in _exec ret_val = self.cursor.execute(sql_query) sqlite3.OperationalError: no such table: gc_psgc_associations |
@metehaansever, 3084b8f should fix the bug above. Please test :) |
Gets GC type data for inspection page.
No description provided.