-
Notifications
You must be signed in to change notification settings - Fork 13
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
KeyError: 'cluster' Extract MIBIG data #140
Comments
Hi Theo, which version or branch of nplinker are you using? |
Hello, I'm using v1.3.2. Installed on a M1 mac with rosetta enabled terminal using:
|
The installation looks good. What toml file are you using? is it this one (https://github.com/NPLinker/nplinker/blob/main/notebooks/nplinker_demo1.toml)? |
I tried 2 different toml files; When I run it with (https://github.com/NPLinker/nplinker/blob/main/notebooks/nplinker_demo1.toml) I get the same error as the one shown in the Jupyter notebook https://github.com/NPLinker/nplinker/blob/main/notebooks/nplinker_demo1.ipynb
When I run it with my own toml file using my own data I get the KeyError: 'cluster' Extract MIBIG data error. My toml file looks like this. I have already run Bigscape.
Thanks for your help |
Though NPLinker (v1.3.2) allows user to provide their own local data as input, it not recommended to use that since this feature was not tested and have (un)foreseen problems. Instead, it's recommended to upload data to PODP platform and use PODP ID as input. We have been refactoring NPLinker code but not released yet the latest version. I'd suggest you reinstall NPLinker using code from the
Note that it's better to let NPLinker to run bigscape to get the GCFs. By default, it uses |
Thank you for this information. My misunderstanding, I am happy for you to close this issue now and will explore uploading the files to PODP. |
Hello,
I am using NPLinker using the following commands within python:
And I am getting the following error at the stage of loading the MIBIG dataset:
The MIBIG dataset seems to have downloaded correctly and the .json files appear normal. Do you know what this error is referring to?
Any help would be much appreciated.
Best,
Theo
The text was updated successfully, but these errors were encountered: