Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["env", "react"]
"presets": ["@babel/env", "@babel/react"]
}
2 changes: 1 addition & 1 deletion dash_bio/Ideogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Ideogram(Component):
datasets for organisms such as human, mouse, and any other
eukaryote. The Ideogram component can be used to compare
homologous features between chromosomes, and depict
haploid, diploid, aneuploidy genomes. It can also display
haploid, diploid, aneuploid genomes. It can also display
annotations on genomic data using histograms and overlays.

Reference: https://eweitz.github.io/ideogram/
Expand Down
26 changes: 13 additions & 13 deletions dash_bio/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_bio/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@
}
},
"src/lib/components/Ideogram.react.js": {
"description": "The Ideogram component is used to draw and animate genome-wide\ndatasets for organisms such as human, mouse, and any other\neukaryote. The Ideogram component can be used to compare\nhomologous features between chromosomes, and depict\nhaploid, diploid, aneuploidy genomes. It can also display\nannotations on genomic data using histograms and overlays.\n\nReference: https://eweitz.github.io/ideogram/\nComponent's props: https://github.com/eweitz/ideogram/blob/master/api.md",
"description": "The Ideogram component is used to draw and animate genome-wide\ndatasets for organisms such as human, mouse, and any other\neukaryote. The Ideogram component can be used to compare\nhomologous features between chromosomes, and depict\nhaploid, diploid, aneuploid genomes. It can also display\nannotations on genomic data using histograms and overlays.\n\nReference: https://eweitz.github.io/ideogram/\nComponent's props: https://github.com/eweitz/ideogram/blob/master/api.md",
"displayName": "Ideogram",
"methods": [
{
Expand Down
6 changes: 3 additions & 3 deletions dash_bio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"speck": "git://github.com/shammamah/speck.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"@babel/core": "^7.1.6",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"copyfiles": "^2.0.0",
"css-loader": "^2.0.0",
"eslint": "^5.12.1",
Expand Down
Loading