Skip to content

Commit

Permalink
Merge pull request #824 from LCSB-BioCore/mk-grr-symbols-fix
Browse files Browse the repository at this point in the history
fix grr symbols
  • Loading branch information
exaexa committed Apr 27, 2024
2 parents 543125c + 50f6ffa commit 0f10c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/utils/gene_associations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ const _grr_grammar = begin
x == '-' ||
x == ':' ||
x == '.' ||
x == '@' ||
x == '#' ||
x == '\'' ||
x == '[' ||
x == ']' ||
Expand Down

0 comments on commit 0f10c31

Please sign in to comment.