Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8061cdc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 23, 2025
1 parent bdb480d commit 113f693
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 25 deletions.
2 changes: 1 addition & 1 deletion 404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
HTMLWidgets.widget({
name: "jellyfisher",

type: "output",

factory: function (el, width, height) {
return {
renderValue: function (x) {
// Ensure that absolute positioning works in R markdown
el.style.position = "relative";

jellyfish.setupGui(
el,
{
samples: HTMLWidgets.dataframeToD3(x.tables.samples),
phylogeny: HTMLWidgets.dataframeToD3(x.tables.phylogeny),
compositions: HTMLWidgets.dataframeToD3(x.tables.compositions),
ranks: x.tables.ranks
? HTMLWidgets.dataframeToD3(x.tables.ranks)
: null,
},
x.options,
x.controls
);
},

resize: function (width, height) {
// TODO: code to re-render the widget with a new size
},
};
},
});
6 changes: 3 additions & 3 deletions authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
introduction: introduction.html
last_built: 2025-01-23T12:30Z
last_built: 2025-01-23T12:43Z
urls:
reference: https://hautaniemilab.github.io/jellyfisher/reference
article: https://hautaniemilab.github.io/jellyfisher/articles
2 changes: 1 addition & 1 deletion reference/extract_tables_from_clonevol.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference/jellyfisher-shiny.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reference/jellyfisher.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference/jellyfisher_example_tables.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions reference/libs/jellyfisher-binding-1.0.0/jellyfisher.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
HTMLWidgets.widget({
name: "jellyfisher",

type: "output",

factory: function (el, width, height) {
return {
renderValue: function (x) {
// Ensure that absolute positioning works in R markdown
el.style.position = "relative";

jellyfish.setupGui(
el,
{
samples: HTMLWidgets.dataframeToD3(x.tables.samples),
phylogeny: HTMLWidgets.dataframeToD3(x.tables.phylogeny),
compositions: HTMLWidgets.dataframeToD3(x.tables.compositions),
ranks: x.tables.ranks
? HTMLWidgets.dataframeToD3(x.tables.ranks)
: null,
},
x.options,
x.controls
);
},

resize: function (width, height) {
// TODO: code to re-render the widget with a new size
},
};
},
});
2 changes: 1 addition & 1 deletion reference/select_patients.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 113f693

Please sign in to comment.