Skip to content

Commit

Permalink
Updated definition of info poor genes
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Jun 18, 2024
1 parent b4d463c commit ae455fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wormbase/wormbase_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ def main():
info_poor = False
if not gene_desc.go_description:
info_poor = True
set_protein_domain_sentence(conf_parser=conf_parser, gene_desc=gene_desc, dm=dm)
if not gene_desc.tissue_expression_description:
set_protein_domain_sentence(conf_parser=conf_parser, gene_desc=gene_desc, dm=dm)
gene_desc.set_or_extend_module_description_and_final_stats(module=Module.ORTHOLOGY, description=orth_sent)
if info_poor:
set_human_go_functional_experimental_sentence(orth_fullnames=dm.orth_fullnames,
Expand Down

0 comments on commit ae455fe

Please sign in to comment.