-
Notifications
You must be signed in to change notification settings - Fork 19
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
CCMetagen.py: mysql error when setting up the taxonomy database #14
Comments
Hi! Thanks for reporting this issue. |
Hi again, Already got a response (impressive!) In your case, you'll need to edit the file "/myhomedir/miniconda3/envs/ccmetagen/lib/python3.8/site-packages/ete3/ncbi_taxonomy/ncbiquery.py" At line 785, just delete the word "COLLATE NOCASE", so the line reads: |
Fixed, please update ete3 if you encounter this issue. |
Hi! I'm having this very similar issue with The command I ran was this (after a successful kma run): and the output/error was:
I made the modification to the file as you suggested above {At line 785, just delete the word "COLLATE NOCASE"} but still got the same error. In any case, I ended up with the expected .csv file, the .html file, the .tsv file, and the _stats.csv files - does this error have an effect on the results in any way? Please let me know if you need any more information. |
Hi! This is not an error, it is just a common warning saying that a taxon nomenclature has changed, and CCMetagen is using the most up-to-date taxonomy. Your results will not be affected. All the best, |
Thanks for producing this software. I'm having a problem running CCMetagen.py . The previous step of running kma seems to have worked fine, and the kma output files look normal. The problem seems to be with CCMetagen.py getting the taxonomy database ready the first time, rather than an issue with the input data. The problem appears to be the specification of a non-unique compound key when inserting the data.
Python 3.8.5, Debian 8.7. pandas and ete3 were installed via conda as per tutorial.
STDOUT content as follows:
STDERR:
The text was updated successfully, but these errors were encountered: