Skip to content

Commit 2954dfe

Browse files
authored
Merge pull request #729 from plotly/async-components
Make FornaContainer component async
2 parents 2b16035 + e7a6feb commit 2954dfe

18 files changed

Lines changed: 152 additions & 116 deletions

R/internal.R

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ all_files = FALSE, async = TRUE), class = "html_dependency"),
1414
`dash_bio` = structure(list(name = "dash_bio",
1515
version = "1.0.2", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
17+
script = 'async-fornacontainer.js',
18+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
19+
all_files = FALSE, async = TRUE), class = "html_dependency"),
20+
`dash_bio` = structure(list(name = "dash_bio",
21+
version = "1.0.2", src = list(href = NULL,
22+
file = "deps"), meta = NULL,
1723
script = 'async-ideogram.js',
1824
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
1925
all_files = FALSE, async = TRUE), class = "html_dependency"),
@@ -92,6 +98,12 @@ all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
9298
`dash_bio` = structure(list(name = "dash_bio",
9399
version = "1.0.2", src = list(href = NULL,
94100
file = "deps"), meta = NULL,
101+
script = 'async-fornacontainer.js.map',
102+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
103+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
104+
`dash_bio` = structure(list(name = "dash_bio",
105+
version = "1.0.2", src = list(href = NULL,
106+
file = "deps"), meta = NULL,
95107
script = 'async-ideogram.js.map',
96108
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashBio",
97109
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),

dash_bio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
async_resources = [
3333
'alignment',
3434
'circos',
35+
'fornacontainer',
3536
'ideogram',
3637
'igv',
3738
'pileup',

dash_bio/async-fornacontainer.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/async-fornacontainer.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/dash_bio-shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/dash_bio-shared.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_bio/metadata.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -807,15 +807,7 @@
807807
"src/lib/components/FornaContainer.react.js": {
808808
"description": "FornaContainer is a force-directed graph that is used to visualize\nthe secondary structure of biomolecules. It is based on the fornac\nlibrary (https://github.com/ViennaRNA/fornac).",
809809
"displayName": "FornaContainer",
810-
"methods": [
811-
{
812-
"name": "renderNewSequences",
813-
"docblock": null,
814-
"modifiers": [],
815-
"params": [],
816-
"returns": null
817-
}
818-
],
810+
"methods": [],
819811
"props": {
820812
"id": {
821813
"type": {

inst/deps/async-fornacontainer.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)