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
This helper method can cause problems since the v3.x MiBIG JSON format has apparently changed again vs 2.x and 1.x.
So if someone uses the default version (currently still 1.4) and extra BGCs are retrieved separately using download_mibig_bgc_json, it can result in a mix of 1.4 and 3.x formats in the local mibig_json folder.
That then causes an exception in this method because it currently assumes anything that isn't v1.x format must be v2.x.
If support for the MiBIG 3.x JSON format is added to genomics.py it should allow it to handle a mix of different versions.
It might also be sensible to update the default version from 1.4 to 2.0?
The text was updated successfully, but these errors were encountered:
See this issue.
This helper method can cause problems since the v3.x MiBIG JSON format has apparently changed again vs 2.x and 1.x.
So if someone uses the default version (currently still 1.4) and extra BGCs are retrieved separately using
download_mibig_bgc_json
, it can result in a mix of 1.4 and 3.x formats in the localmibig_json
folder.That then causes an exception in this method because it currently assumes anything that isn't v1.x format must be v2.x.
If support for the MiBIG 3.x JSON format is added to
genomics.py
it should allow it to handle a mix of different versions.It might also be sensible to update the default version from 1.4 to 2.0?
The text was updated successfully, but these errors were encountered: