Skip to content

Commit b85a051

Browse files
author
Shammamah Hossain
committed
Update version and add updated autogenerated files.
1 parent 817d546 commit b85a051

File tree

5 files changed

+12
-19
lines changed

5 files changed

+12
-19
lines changed

dash_bio/AlignmentChart.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55

66
class AlignmentChart(Component):
77
"""An AlignmentChart component.
8-
The Alignment Viewer (MSA) component is used to align multiple genomic
8+
The Alignment Chart (MSA) component is used to align multiple genomic
99
or proteomic sequences from a FASTA or Clustal file. Among its
10-
extensive set of features, the multiple sequence alignment viewer
10+
extensive set of features, the multiple sequence alignment chart
1111
can display multiple subplots showing gap and conservation info,
1212
alongside industry standard colorscale support and consensus sequence.
13-
No matter what size your alignment is, Aligment Viewer is able to display
13+
No matter what size your alignment is, Alignment Chart is able to display
1414
your genes or proteins snappily thanks to the underlying WebGL architecture
1515
powering the component. You can quickly scroll through your long sequence
1616
with a slider or a heatmap overview.
17-
Note that the AlignmentChart only returns a chart of the sequence, while
18-
AlignmentViewer has integrated controls for colorscale, heatmaps, and subplots
19-
allowing the user to interactively control their sequences.
2017
Read more about the component here:
2118
https://github.com/plotly/react-alignment-viewer
2219
@@ -64,12 +61,12 @@ class AlignmentChart(Component):
6461
No effect if not both gap and conservation are shown.
6562
- showconsensus (boolean; default True): Displays toggling the consensus sequence, where each nucleotide in the
6663
consensus sequence is the argmax of its distribution at a set nucleotide.
67-
- tilewidth (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Viewer
64+
- tilewidth (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Chart
6865
takes up horizontally. The total number of tiles (numtiles) seen
6966
horizontally is automatically determined by rounding
7067
the Viewer width divided by the tile width.
7168
the Viewwer width divided by the tile witdth.
72-
- tileheight (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Viewer
69+
- tileheight (number; default 16): Sets how many pixels each nucleotide/amino acid on the Alignment Chart
7370
takes up vertically.
7471
If enabled, set height dynamically.
7572
- overview (a value equal to: 'heatmap', 'slider', 'none'; default 'heatmap'): Toggles whether the overview should be a heatmap, a slider, or none.

dash_bio/SequenceViewer.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,12 @@ class SequenceViewer(Component):
3333
- sequenceMaxHeight (string; default '400px'): The maximum height of the sequence.
3434
- badge (boolean; default True): The option of whether or not to display a badge showing the
3535
amino acid count at the top of the component beside the title.
36-
- selection (dict; optional): A highlighted section of the sequence; the color of the highlight
36+
- selection (optional): A highlighted section of the sequence; the color of the highlight
3737
can also be defined. Takes a list of format [min, max, color] where
3838
min is a number that represents the starting index of the selection,
3939
max is a number that represents the stopping index of the selection,
4040
and color is a string that defines the highlight color.
41-
Cannot be used at the same time as coverage. selection has the following type: list of dicts containing keys 'low', 'high', 'color'.
42-
Those keys have the following types:
43-
- low (number; optional)
44-
- high (number; optional)
45-
- color (string; optional)
41+
Cannot be used at the same time as coverage.
4642
- coverage (dict; optional): A coverage of the entire sequence; each section of the sequence
4743
can have its own text color, background color, tooltip (on hover),
4844
and an optional underscore. The props start and end represent the

dash_bio/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src/lib/components/AlignmentChart.react.js": {
3-
"description": "The Alignment Viewer (MSA) component is used to align multiple genomic\nor proteomic sequences from a FASTA or Clustal file. Among its\nextensive set of features, the multiple sequence alignment viewer\ncan display multiple subplots showing gap and conservation info,\nalongside industry standard colorscale support and consensus sequence.\nNo matter what size your alignment is, Aligment Viewer is able to display\nyour genes or proteins snappily thanks to the underlying WebGL architecture\npowering the component. You can quickly scroll through your long sequence\nwith a slider or a heatmap overview.\nNote that the AlignmentChart only returns a chart of the sequence, while\nAlignmentViewer has integrated controls for colorscale, heatmaps, and subplots\nallowing the user to interactively control their sequences.\nRead more about the component here:\nhttps://github.com/plotly/react-alignment-viewer",
3+
"description": "The Alignment Chart (MSA) component is used to align multiple genomic\nor proteomic sequences from a FASTA or Clustal file. Among its\nextensive set of features, the multiple sequence alignment chart\ncan display multiple subplots showing gap and conservation info,\nalongside industry standard colorscale support and consensus sequence.\nNo matter what size your alignment is, Alignment Chart is able to display\nyour genes or proteins snappily thanks to the underlying WebGL architecture\npowering the component. You can quickly scroll through your long sequence\nwith a slider or a heatmap overview.\nRead more about the component here:\nhttps://github.com/plotly/react-alignment-viewer",
44
"displayName": "AlignmentChart",
55
"methods": [
66
{
@@ -325,7 +325,7 @@
325325
"name": "number"
326326
},
327327
"required": false,
328-
"description": "Sets how many pixels each nucleotide/amino acid on the Alignment Viewer\ntakes up horizontally. The total number of tiles (numtiles) seen\nhorizontally is automatically determined by rounding\nthe Viewer width divided by the tile width.\nthe Viewwer width divided by the tile witdth.",
328+
"description": "Sets how many pixels each nucleotide/amino acid on the Alignment Chart\ntakes up horizontally. The total number of tiles (numtiles) seen\nhorizontally is automatically determined by rounding\nthe Viewer width divided by the tile width.\nthe Viewwer width divided by the tile witdth.",
329329
"defaultValue": {
330330
"value": "16",
331331
"computed": false
@@ -336,7 +336,7 @@
336336
"name": "number"
337337
},
338338
"required": false,
339-
"description": "Sets how many pixels each nucleotide/amino acid on the Alignment Viewer\ntakes up vertically.\nIf enabled, set height dynamically.",
339+
"description": "Sets how many pixels each nucleotide/amino acid on the Alignment Chart\ntakes up vertically.\nIf enabled, set height dynamically.",
340340
"defaultValue": {
341341
"value": "16",
342342
"computed": false

dash_bio/package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": "dash_bio", "version": "0.1.5-rc6", "author": "The Plotly Team <[email protected]>"}
1+
{"name": "dash_bio", "version": "0.1.5-rc11", "author": "The Plotly Team <[email protected]>"}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bio",
3-
"version": "0.1.5-rc6",
3+
"version": "0.1.5-rc11",
44
"description": "Dash components for bioinformatics",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)