-
Notifications
You must be signed in to change notification settings - Fork 8
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
10 Annotating amino acid sequences #49
Comments
suggest creating a new conda environment containing just python=3.6, and
then doing the install in there!
|
we should probably update this to use eggnog mapper in hmm mode, and then pick a new viz |
Actually I changed my mind -- eggnog doesn't assign kegg orthologs directly -- instead it assigns a COG term, and then I think uses DB joins to assign possible KOs. This process results in potentially multiple KOs per gene, without the scoring info to determine which has the best score or domain information to tell what part of the protein the KO corresponds to. kofamscan assigns a single kegg ortholog by default (the one with the best match), and can provide more detailed info on request. Having a best match dramatically simplifies downstream analysis for biological interpretation. we should still probably pick a different viz though, something more stable..shrug. |
Hello,
Just above the challenge portion of section 10 annotating amino acid sequences the instructions dictate installing KEGGDecoder. When attempting this I received this error:
After some different attempts, I found that KEGGDecoder's installation section suggests operating in python=3.6.
Best,
Colton
The text was updated successfully, but these errors were encountered: