Skip to content
Snippets Groups Projects
Commit 29d9b5ac authored by Piotr Gawron's avatar Piotr Gawron
Browse files

invalid urn removed from kegg genes

parent 26357df8
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!521Resolve "SBML upload error, files from BioModels"
......@@ -235,7 +235,7 @@ public enum MiriamType {
*/
KEGG_GENES("Kegg Genes",
"http://www.genome.jp/kegg/genes.html",
new String[] { "urn:miriam:kegg.genes", "urn:miriam:kegg.genes:hsa" },
new String[] { "urn:miriam:kegg.genes"},
new Class<?>[] { Protein.class, Gene.class, Rna.class }, "MIR:00000070"),
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment