Skip to content

Commit

Permalink
feat: Bump Gosling.js to v0.17.0 (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: manzt <[email protected]>
  • Loading branch information
manzt and manzt committed Jun 4, 2024
1 parent 2bef69b commit c88a433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/user_guide/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,15 @@ Low-Level Schema Wrappers
DomainChr
DomainChrInterval
DomainInterval
DummyTrack
DummyTrackStyle
EventStyle
ExonSplitTransform
FieldType
FilterTransform
GenomicDomain
GenomicLengthTransform
GffData
GoslingSchema
GoslingSpec
IncludeFilter
Expand Down
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.16.0'
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.16.0/src/gosling-schema/gosling.schema.json'
SCHEMA_VERSION = 'v0.17.0'
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.17.0/src/gosling-schema/gosling.schema.json'
THEMES = {'dark', 'ensembl', 'excel', 'ggplot', 'google', 'igv', 'jbrowse', 'light', 'ucsc', 'warm', 'washu'}

0 comments on commit c88a433

Please sign in to comment.