Skip to content

Commit c88a433

Browse files
committed
feat: Bump Gosling.js to v0.17.0 (#155)
Co-authored-by: manzt <manzt@users.noreply.github.com>
1 parent 2bef69b commit c88a433

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/user_guide/API.rst

+3
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,15 @@ Low-Level Schema Wrappers
9898
DomainChr
9999
DomainChrInterval
100100
DomainInterval
101+
DummyTrack
102+
DummyTrackStyle
101103
EventStyle
102104
ExonSplitTransform
103105
FieldType
104106
FilterTransform
105107
GenomicDomain
106108
GenomicLengthTransform
109+
GffData
107110
GoslingSchema
108111
GoslingSpec
109112
IncludeFilter

gosling/schema/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
from .core import *
33
from .channels import *
4-
SCHEMA_VERSION = 'v0.16.0'
5-
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.16.0/src/gosling-schema/gosling.schema.json'
4+
SCHEMA_VERSION = 'v0.17.0'
5+
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v0.17.0/src/gosling-schema/gosling.schema.json'
66
THEMES = {'dark', 'ensembl', 'excel', 'ggplot', 'google', 'igv', 'jbrowse', 'light', 'ucsc', 'warm', 'washu'}

0 commit comments

Comments
 (0)