Skip to content

Commit

Permalink
Merge pull request #201 from ebi-uniprot/2023_05_CHANGES
Browse files Browse the repository at this point in the history
2023 05 changes
  • Loading branch information
LeonardoGonzales authored Oct 25, 2023
2 parents 918491f + e87570f commit 41f7d4e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,12 @@
"uriLink": "https://www.proteomicsdb.org/proteomicsdb/#protein/proteinDetails/%id",
"idMappingName": "PROTEOMICSDB_ID"
},
{
"name": "Pumba",
"displayName": "Pumba",
"category": "PROTEOMIC",
"uriLink": "https://pumba.dcsr.unil.ch/lanes/%id"
},
{
"name": "TopDownProteomics",
"displayName": "TopDownProteomics",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void testDatabaseFieldSize() {
UniProtDatabaseTypes.INSTANCE.getDBTypesByCategory(GENERIC_VARIATION_DATABASES), 6);
verifyGroupSize(UniProtDatabaseTypes.INSTANCE.getDBTypesByCategory(D2_GEL_DATABASES), 7);
verifyGroupSize(
UniProtDatabaseTypes.INSTANCE.getDBTypesByCategory(PROTEOMIC_DATABASES), 11);
UniProtDatabaseTypes.INSTANCE.getDBTypesByCategory(PROTEOMIC_DATABASES), 12);
verifyGroupSize(
UniProtDatabaseTypes.INSTANCE.getDBTypesByCategory(
PROTOCOLS_AND_MATERIALS_DATABASES),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ private void init() {
"SMART",
"A",
"http://smart.embl.de/smart/do_annotation.pl?DOMAIN=%value"));
typeMap.put(
"TAIR",
evd(
"TAIR",
"TAIR",
"I",
"https://www.arabidopsis.org/servlets/TairObject?type=locus&name=%value"));
typeMap.put(
"UniRule",
evd("UniRule", "UniRule", "A", "https://www.uniprot.org/unirule/%value"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void testGetAllEvidenceDatabases() {
List<EvidenceDatabaseDetail> evidenceDatabases =
EvidenceDatabaseTypes.INSTANCE.getAllEvidenceDatabases();
assertNotNull(evidenceDatabases);
assertEquals(51, evidenceDatabases.size());
assertEquals(52, evidenceDatabases.size());
}

@Test
Expand Down

0 comments on commit 41f7d4e

Please sign in to comment.