Skip to content

Commit

Permalink
Use mm39 as a featured external database
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Oct 20, 2023
1 parent f3126ca commit 2c18b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemma-core/src/main/resources/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ gemma.testdb.sqlMode=${gemma.db.sqlMode}
#the external database id to exclude by default in phenocarta
gemma.neurocarta.exluded_database_id=85
# Featured external databases in Gemma Web About page and Gemma REST main endpoint
gemma.externalDatabases.featured=hg38,mm10,rn7,gene,go
gemma.externalDatabases.featured=hg38,mm39,rn7,gene,go
# Enable cache statistics on startup
gemma.cacheMonitor.enableStatistics=false
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void test() {
assertTrue( allowedOrigins.contains( hostUrl ) );
assertThat( featuredExternalDatabases )
.isNotNull()
.contains( "hg38", "mm10" );
.contains( "hg38", "mm39" );
assertEquals( "/var/tmp/gemmaData", appDataHome );
assertEquals( appDataHome + "/download", downloadPath );
assertEquals( appDataHome + "/searchIndices", searchDir );
Expand Down

0 comments on commit 2c18b2d

Please sign in to comment.