You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running version 0.1.26 and I'm getting the same error as #47
part of error message is below:
ERROR 06/07 22:04:58 pfam_id
Traceback (most recent call last):
File "/mnt/data/sbusi/antismash/.snakemake/conda/bf12a359/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 2656, in get_loc
return self._engine.getloc(key)
File "pandas/_libs/index.pyx", line 108, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/index.pyx", line 132, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/hashtable_class_helper.pxi", line 1601, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas/_libs/hashtable_class_helper.pxi", line 1608, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'pfam_id'
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Ok, this seems to be caused by incompatible PFAM_domain annotations in the GenBank file. Can you turn this into a nucleotide FASTA and run deepbgc pipeline on that? This will re-annotate the Pfam domains using DeepBGC which should fix the issue.
I will rename this ticket, hopefully we can fix this issue later, in the meantime please try the FASTA input.
prihoda
changed the title
KeyError: pfam_id
Automatically re-annotate PFAM domains if they are incompatible
Jul 7, 2021
Hi,
I'm running version
0.1.26
and I'm getting the same error as #47part of error message is below:
Thank you for your help!
The text was updated successfully, but these errors were encountered: