Skip to content

Commit

Permalink
Bump Gosling.js to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Nov 21, 2023
1 parent 5af0c12 commit fca8133
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 333 deletions.
4 changes: 2 additions & 2 deletions gosling/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
from .core import *
from .channels import *
SCHEMA_VERSION = 'v0.9.31'
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.9.31/schema/gosling.schema.json'
SCHEMA_VERSION = 'v0.12.0'
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.12.0/src/gosling-schema/gosling.schema.json'
THEMES = {'dark', 'ensembl', 'excel', 'ggplot', 'google', 'igv', 'jbrowse', 'light', 'ucsc', 'warm', 'washu'}
Loading

0 comments on commit fca8133

Please sign in to comment.