-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue #13
Comments
Hi Gabri! I have the same issue :( Did you find the solution? Thanks, |
Hello all, No solution yet to this day. Gabri |
Noone, It wold be very cool to have this tool functioning! |
Hi @MrGamberO and @Hela06, I've been working on a fix to this issue. I believe it's actually an issue with KEGG_parser, rather than AMON itself. Sorry about the delay on this, but I'll keep you posted on progress! |
Hello @sterrettJD thanks a lot! Yes keep me posted please! Gabri |
Hi everyone, Still no AMON :(. Gabri |
Hey @MrGamberO, good news! We think we have the issue in Could you run Please let me know if upgrading KEGG-Parser to 0.0.5 fixes things! |
Hello @sterrettJD , I am sorry I have not had the chance to try it again, bit busy with other projects atm but I will try as soon as I will restart working on it. Sorry! Gabri |
Hello, sorry for the delay. The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hello,
Thanks for your work.
I am trying to tun AMON but I do not seem to be able to get any results out.
Specifically, I always encounter this problem:
amon.py -i Komicro.txt -o output_AMON --detected_compounds COlist1.txt --other_gene_set mus_mucus1.txt
Traceback (most recent call last):
File "/Users/gabri/opt/miniconda3/envs/AMON/bin/amon.py", line 74, in
main(kos_loc, output_dir, other_kos_loc, detected_compounds, name1, name2, keep_separated, samples_are_columns,
File "/Users/gabri/opt/miniconda3/envs/AMON/lib/python3.10/site-packages/AMON/predict_metabolites.py", line 283, in main
ko_dict = get_kegg_record_dict(set(all_kos), parse_ko, ko_file_loc)
File "/Users/gabri/opt/miniconda3/envs/AMON/lib/python3.10/site-packages/KEGG_parser/downloader.py", line 55, in get_kegg_record_dict
records = get_from_kegg_api(loop, list_of_ids, parser)
File "/Users/gabri/opt/miniconda3/envs/AMON/lib/python3.10/site-packages/KEGG_parser/downloader.py", line 49, in get_from_kegg_api
return [parser(raw_record) for raw_record in loop.run_until_complete(kegg_download_manager(loop, list_of_ids))]
File "/Users/gabri/opt/miniconda3/envs/AMON/lib/python3.10/site-packages/KEGG_parser/downloader.py", line 49, in
return [parser(raw_record) for raw_record in loop.run_until_complete(kegg_download_manager(loop, list_of_ids))]
File "/Users/gabri/opt/miniconda3/envs/AMON/lib/python3.10/site-packages/KEGG_parser/parsers.py", line 195, in parse_ko
raise ValueError('What is {} in {}?'.format(current_entry_name, ko_dict['ENTRY']))
ValueError: What is SYMBOL in K09637?
Any idea of why this is happening?
Thanks in advance!
Gabri
The text was updated successfully, but these errors were encountered: