-
Notifications
You must be signed in to change notification settings - Fork 39
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
Parsing and Inserting gbks from MIBiG #59
Comments
Hmm, maybe it's not a regex thing? I renamed the MIBiG gbks to try to match my gbks that worked. My gbks that were parsed, inserted, and clustered looked like this: Unfortunately none of these naming "hacks" were able to get BiG-SLiCE to recognize these MIBiG gbks as AntiSMASH gbks. Also, all of the files (my gbks and the MIBiG gbks) were in the same folder, so I don't think its a directory issue. |
Not actually "closed"; I just hit the wrong button. :) |
Okay, I figured it out. The assumption in my last comment was correct. For others who are running into a similar issue, my work around was to change the version in the MIBiG gbk from I'm going to leave the issue open so the bug can be fixed in the package :) |
Here is the command for batch modification: |
Hi Satria,
Thanks for the great package. I'm having difficulty clustering gbks from MIBiG.
I made an input folder, downloaded MIBiG, and placed the gbks in the input folder.
I did the same for my own gbks run through AntiSMASH.
I also made a dummy manifest and taxonomy file (I don't use the sqlite db, I end up parsing it and joining taxonomy from a separate database).
When I run
during the
parsing and inserting
step, I get:gbks/BGC0000056.gbk is not a recognized antiSMASH clustergbk
. And, I get the same message for each MIBiG gbk. At the same time, my own gbks seem to work.Can you help? I'm wondering if it has to do with the eligible regex definitions on a newer release of MIBiG? I'd try to debug myself, but my programming skills are pretty novice.
Thanks!
Nicholas
The text was updated successfully, but these errors were encountered: