-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error in rule aggregate_absplice_scores
#128
Comments
Hello Antonio, Thank you and regards, Marcel Mück |
Hi Marcel,
|
regarding my specific problem I will post some other updates later |
Alright, thank you for the updates already |
Hi all, thanks for the the amazing pipeline to annotate the variants. However I am having some difficulties in run it, although I am testing it with the data you provide. After some manual bug-fixing (I can post here the errors and how I fixed them) I have an error in the following rule:
aggregate_absplice_scores
and here there is the traceback of the error
Traceback (most recent call last): File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/bin/deeprvat_annotations", line 33, in <module> sys.exit(load_entry_point('deeprvat', 'console_scripts', 'deeprvat_annotations')()) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/ictstr01/groups/casale/code/users/antonio.nappi/deeprvat_main/deeprvat/annotations/annotations.py", line 1077, in aggregate_abscores ca_shortened = current_annotations[["id", "Gene", "chrom", "pos", "ref", "alt"]] File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/pandas/core/frame.py", line 3813, in __getitem__ indexer = self.columns._get_indexer_strict(key, "columns")[1] File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/pandas/core/indexes/base.py", line 6070, in _get_indexer_strict self._raise_if_missing(keyarr, indexer, axis_name) File "/home/aih/antonio.nappi/miniconda3/envs/mymamba/envs/deeprvat_annotations/lib/python3.9/site-packages/pandas/core/indexes/base.py", line 6133, in _raise_if_missing raise KeyError(f"{not_found} not in index") KeyError: "['Gene'] not in index"
Any idea on how to fix it?The text was updated successfully, but these errors were encountered: