Skip to content

Commit 0ba23c3

Browse files
Update SO definitions
1 parent e0a59b2 commit 0ba23c3

File tree

8 files changed

+18272
-79801
lines changed

8 files changed

+18272
-79801
lines changed

packages/apollo-collaboration-server/.development.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MICROSOFT_CLIENT_ID=fabdd045-163c-4712-9d40-dbbb043b3090
1111
MICROSOFT_CLIENT_SECRET=~Gr8Q~h6RTU7SMC-fjNxXy_~nabTD-ME_rFyLa.M
1212
DESCRIPTION=A server for Apollo development purposes
1313
PLUGIN_LOCATION=http://localhost:9000/dist/jbrowse-plugin-apollo.umd.development.js
14-
FEATURE_TYPE_ONTOLOGY_LOCATION=http://localhost:9000/test_data/so-v3.1.json
14+
FEATURE_TYPE_ONTOLOGY_LOCATION=http://localhost:9000/test_data/so-2024-11-18.json
1515
LOG_LEVELS=error,warn,log,debug
1616
ALLOW_ROOT_USER=true
1717
ROOT_USER_PASSWORD=password
26.8 KB
Binary file not shown.

packages/jbrowse-plugin-apollo/cypress/support/commands.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Cypress.Commands.add('addOntologies', () => {
7676
name: 'Sequence Ontology',
7777
version: 'unversioned',
7878
source: {
79-
uri: 'http://localhost:9000/test_data/so-v3.1.json',
79+
uri: 'http://localhost:9000/test_data/so-2024-11-18.json',
8080
locationType: 'UriLocation',
8181
},
8282
},
@@ -86,6 +86,8 @@ Cypress.Commands.add('addOntologies', () => {
8686
},
8787
{ collection: 'jbrowseconfigs' },
8888
)
89+
// so.json.gz was generated from an IndexedDB dump using the script found at
90+
// https://gist.github.com/loilo/ed43739361ec718129a15ae5d531095b
8991
cy.readFile('cypress/data/so.json.gz', null).then((soGZip: Buffer) => {
9092
cy.wrap<Promise<void>>(
9193
loadOntology(

packages/jbrowse-plugin-apollo/jbrowse_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"name": "Sequence Ontology",
3131
"version": "3.1",
3232
"source": {
33-
"uri": "test_data/so-v3.1.json",
33+
"uri": "test_data/so-2024-11-18.json",
3434
"locationType": "UriLocation"
3535
}
3636
}

0 commit comments

Comments
 (0)