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
I want to download the KEGG annotated functional files for some MG-RAST soil samples. I used some code like this: curl "https://api.mg-rast.org/annotation/similarity/mgm4857466.3?identity=40&type=function&source=KO" > BG-Y2TE-B1ET9C12_blast.out and got some blast output files as shown in the image below. However, the second column is not KEGG Ortholog ID as I expected but m5nr id instead.
I tried to install MG-RAST-Tools and plan to use m5nr-tools.pl to translate the m5nr ids into KEGG ID. But this was the error I got after the installation:
To solve the problem, I added the mglib path to PERL5LIB, PERL50PT, and PYTHONPATH as shown in the pic below. I also checked the version of requests as shown below (I saw this suggestion in a past issue, not sure if it's necessary in my case).
But the same error still shows up. Could you give me any suggestions on this? Or is there any other tools that can convert the m5nr ids to KEGG KO ids?
The text was updated successfully, but these errors were encountered:
jialiu232
changed the title
Error in using m5nr-tools.pl & is there any other way to translate m5nr ids to KEGG (KO) ids?
Problem in installing and using m5nr-tools.pl & is there any other way to translate m5nr ids to KEGG (KO) ids?
Nov 14, 2021
Hello,
I want to download the KEGG annotated functional files for some MG-RAST soil samples. I used some code like this:
curl "https://api.mg-rast.org/annotation/similarity/mgm4857466.3?identity=40&type=function&source=KO" > BG-Y2TE-B1ET9C12_blast.out
and got some blast output files as shown in the image below. However, the second column is not KEGG Ortholog ID as I expected but m5nr id instead.I tried to install MG-RAST-Tools and plan to use
m5nr-tools.pl
to translate the m5nr ids into KEGG ID. But this was the error I got after the installation:To solve the problem, I added the
mglib
path to PERL5LIB, PERL50PT, and PYTHONPATH as shown in the pic below. I also checked the version ofrequests
as shown below (I saw this suggestion in a past issue, not sure if it's necessary in my case).But the same error still shows up. Could you give me any suggestions on this? Or is there any other tools that can convert the m5nr ids to KEGG KO ids?
The text was updated successfully, but these errors were encountered: