Skip to content

Commit

Permalink
Merge pull request #586 from gregmedlock/develop
Browse files Browse the repository at this point in the history
add 's' to end of 'kegg.gene' to be compliant with identifiers.org namespace
  • Loading branch information
Midnighter committed Jan 23, 2019
2 parents 6e849c5 + 8b7cd10 commit d7d6fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memote/support/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
r"[0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9]"
r"[0-9])(\.\d+)?$")),
('ecogene', re.compile(r"^EG\d+$")),
('kegg.gene', re.compile(r"^\w+:[\w\d\.-]*$")),
('kegg.genes', re.compile(r"^\w+:[\w\d\.-]*$")),
('ncbigi', re.compile(r"^(GI|gi)\:\d+$")),
('ncbigene', re.compile(r"^\d+$")),
('ncbiprotein', re.compile(r"^(\w+\d+(\.\d+)?)|(NP_\d+)$")),
Expand Down

0 comments on commit d7d6fbe

Please sign in to comment.