Skip to content

Commit

Permalink
slightly tweak to gene name cleaning to keep -related with a dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Apr 11, 2023
1 parent c33d1f7 commit 5ac480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions funannotate/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,8 @@ def __init__(self, prog):
"homolog": "",
"EC": "",
"COG": "",
"inactivated": "",
"related": "",
"inactivated": " ",
" related": " ",
"family": "",
"gene": "protein",
"homologue": "",
Expand Down

0 comments on commit 5ac480a

Please sign in to comment.