Replies: 1 comment
-
|
Hi again. A bit more context. This is the operation that the application is doing: Warning: Failed to map 3352 entries from 'UniProtKB_from' to 'Ensembl'. Returning 19516 successfully-mapped entries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm encountering an issue with RNAlysis while trying to perform an enrichment analysis. The error I'm receiving is as follows:
Traceback (most recent call last):
File "rnalysis\gui\gui.py", line 4529, in finish_enrichment
File "rnalysis\gui\gui_widgets.py", line 387, in run
File "rnalysis\enrichment.py", line 941, in go_enrichment
File "rnalysis\utils\enrichment_runner.py", line 755, in run
File "rnalysis\utils\enrichment_runner.py", line 1177, in fetch_annotations
File "rnalysis\utils\enrichment_runner.py", line 1186, in _generate_annotation_dict
File "rnalysis\utils\enrichment_runner.py", line 1242, in _translate_gene_ids
File "rnalysis\utils\io.py", line 1831, in init
KeyError: 'PR'
It seems the error is related to a missing 'PR' key in the dictionary. Has anyone faced a similar issue or have any suggestions on how I can resolve this? I'm looking for a way to discard the sequences causing this error. I'm using the app in windows, I don't know if that is the problem.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions