Skip to content
Snippets Groups Projects
Commit a75c3802 authored by brinn's avatar brinn
Browse files

fix: adapt the column headers of UniprotColumn.ID and LAST_MODIFIED to current...

fix: adapt the column headers of UniprotColumn.ID and LAST_MODIFIED to current version of Uniprot web service

SVN: 23358
parent efc337a8
No related branches found
No related tags found
No related merge requests found
...@@ -30,22 +30,22 @@ public enum UniprotColumn ...@@ -30,22 +30,22 @@ public enum UniprotColumn
CITATION("citation", "PubMed ID"), COMMENTS("comments", "Comments"), DATABASE("database", CITATION("citation", "PubMed ID"), COMMENTS("comments", "Comments"), DATABASE("database",
"Database"), DISEASE("comment(disease)", "Comment (disease)", "DISEASE: "), DOMAINS( "Database"), DISEASE("comment(disease)", "Comment (disease)", "DISEASE: "), DOMAINS(
"domains", "Domains"), DOMAIN("domain", "Domain"), EC("ec", "EC numbers"), ID("id", "domains", "Domains"), DOMAIN("domain", "Domain"), EC("ec", "EC numbers"), ID("id",
"Accession"), ENTRY_NAME("entry%20name", "Entry name"), EXISTENCE("existence", "Entry"), ENTRY_NAME("entry%20name", "Entry name"),
"Protein existence"), FAMILIES("families", "Protein family"), FEATURES("features", EXISTENCE("existence", "Protein existence"), FAMILIES("families", "Protein family"), FEATURES(
"Features"), FUNCTION("comment(function)", "Comment (function)", "FUNCTION: "), GENES( "features", "Features"), FUNCTION("comment(function)", "Comment (function)",
"genes", "Gene names"), GO("go", "Gene Ontology"), GO_ID("go-id", "Gene Ontology ID"), "FUNCTION: "), GENES("genes", "Gene names"), GO("go", "Gene Ontology"), GO_ID("go-id",
INTERPRO("interpro", "InterPro"), INTERACTOR("interactor", "Interacts with"), KEYWORDS( "Gene Ontology ID"), INTERPRO("interpro", "InterPro"), INTERACTOR("interactor",
"keywords", "Keywords"), LAST_MODIFIED("last-modified", "Date of modification"), "Interacts with"), KEYWORDS("keywords", "Keywords"), LAST_MODIFIED("last-modified",
LENGTH("length", "Length"), ORGANISM("organism", "Organism"), ORGANISM_ID("organism-id", "Date of last modification"), LENGTH("length", "Length"), ORGANISM("organism",
"Organism ID"), PATHWAY("pathway", "Pathway"), PROTEIN_NAMES("protein%20names", "Organism"), ORGANISM_ID("organism-id", "Organism ID"), PATHWAY("pathway", "Pathway"),
"Protein names"), SCORE("score", "Score"), SEQUENCE("sequence", "Sequence"), PROTEIN_NAMES("protein%20names", "Protein names"), SCORE("score", "Score"), SEQUENCE(
SEQUENCE_SIMILARITIES("comment(similarity)", "Comment (similarity)", "SIMILARITY: "), STATUS( "sequence", "Sequence"), SEQUENCE_SIMILARITIES("comment(similarity)",
"reviewed", "Status"), SUBCELLULAR_LOCATIONS("subcellular%20locations", "Comment (similarity)", "SIMILARITY: "), STATUS("reviewed", "Status"),
"Subcellular locations"), SUBUNIT_STRUCTURE("comment(subunit)", "Comment (subunit)", SUBCELLULAR_LOCATIONS("subcellular%20locations", "Subcellular locations"), SUBUNIT_STRUCTURE(
"SUBUNIT: "), TISSUE_SPECIFITY("comment(tissue_specificity)", "comment(subunit)", "Comment (subunit)", "SUBUNIT: "), TISSUE_SPECIFITY(
"Comment (tissue_specificity)", "TISSUE SPECIFICITY: "), TAXON("taxon", "Taxon"), "comment(tissue_specificity)", "Comment (tissue_specificity)", "TISSUE SPECIFICITY: "),
THREED("3d", "3D"), VERSION("version", "Version"), TAXON("taxon", "Taxon"), THREED("3d", "3D"), VERSION("version", "Version"), VIRUS_HOSTS(
VIRUS_HOSTS("virus%20hosts", "Virus hosts\n"); "virus%20hosts", "Virus hosts\n");
/** /**
* The map from the column header in the Uniprot result set (in lower case characters) and the * The map from the column header in the Uniprot result set (in lower case characters) and the
......
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