Skip to content

Commit 0f10c31

Browse files
authored
Merge pull request #824 from LCSB-BioCore/mk-grr-symbols-fix
fix grr symbols
2 parents 543125c + 50f6ffa commit 0f10c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/base/utils/gene_associations.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ const _grr_grammar = begin
9595
x == '-' ||
9696
x == ':' ||
9797
x == '.' ||
98+
x == '@' ||
99+
x == '#' ||
98100
x == '\'' ||
99101
x == '[' ||
100102
x == ']' ||

0 commit comments

Comments
 (0)