ERROR

This error is not what we wanted to see. Unfortunately errors are part of all software systems and we need to resolve this together.

It is important to report this ERROR so we can fix it for everyone.

Report to the GeneNetwork team by recording the steps you take to reproduce this ERROR. Next to those steps, copy-paste below stack trace, either as a new issue or E-mail this full page to one of the developers directly.

(GeneNetwork error: "'ENSG00000080644.10' information is not found in the database for dataset 'GTEx_Lung' with id 'None'.")

    GeneNetwork 2.11-rc2 
    "'ENSG00000080644.10' information is not found in the database for dataset 'GTEx_Lung' with id 'None'." (error)
    
    
  

To check if this already a known issue, search the issue tracker.

Toggle full stack trace
      GeneNetwork 2.11-rc2  http://genenetwork.org/show_trait?dataset=GTEx_Lung&trait_id=ENSG00000080644.10 (10:19PM UTC Mar 28, 2024) 
Traceback (most recent call last):
  File "/home/zas1024/opt/gn-latest-20240112/lib/python3.10/site-packages/flask/app.py", line 1523, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/zas1024/opt/gn-latest-20240112/lib/python3.10/site-packages/flask/app.py", line 1509, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "/home/gn2/production/gene/gn2/wqflask/views.py", line 582, in show_trait_page
    }).either(with_flash_error(render_template("show_trait_error.html")),
  File "/home/zas1024/opt/gn-latest-20240112/lib/python3.10/site-packages/pymonad/either.py", line 89, in either
    return right_function(self.value)
  File "/home/gn2/production/gene/gn2/wqflask/views.py", line 561, in __show_trait__
    template_vars = show_trait.ShowTrait(cursor,
  File "/home/gn2/production/gene/gn2/wqflask/show_trait/show_trait.py", line 44, in __init__
    helper_functions.get_species_dataset_trait(self, kw)
  File "/home/gn2/production/gene/gn2/utility/helper_functions.py", line 23, in get_species_dataset_trait
    self.this_trait = create_trait(dataset=self.dataset,
  File "/home/gn2/production/gene/gn2/base/trait.py", line 57, in create_trait
    the_trait = retrieve_trait_info(
  File "/home/gn2/production/gene/gn2/base/trait.py", line 610, in retrieve_trait_info
    raise KeyError(
KeyError: "'ENSG00000080644.10' information is not found in the database for dataset 'GTEx_Lung' with id 'None'."