@galaxyproject/igv 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxyproject/igv",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -20,7 +20,7 @@
20
20
  "@vitejs/plugin-vue": "^5.0.5",
21
21
  "@vitest/ui": "^3.0.9",
22
22
  "autoprefixer": "^10.4.19",
23
- "galaxy-charts": "^0.0.81",
23
+ "galaxy-charts": "^0.0.83",
24
24
  "galaxy-charts-xml-parser": "^1.0.3",
25
25
  "igv": "^3.5.0",
26
26
  "jsdom": "^25.0.1",
package/static/igv.xml CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE visualization SYSTEM "../../visualization.dtd">
3
3
  <visualization name="IGV" embeddable="true">
4
- <description>Interactive Genome Visualization</description>
4
+ <description>Integrative Genomics Viewer</description>
5
5
  <data_sources>
6
6
  <data_source>
7
7
  <model_class>HistoryDatasetAssociation</model_class>
@@ -29,7 +29,7 @@
29
29
  <settings>
30
30
  <input>
31
31
  <label>Source</label>
32
- <help>Switch to genomes provided IGV</help>
32
+ <help>Switch to genomes served by IGV.</help>
33
33
  <name>source</name>
34
34
  <type>conditional</type>
35
35
  <test_param>
@@ -43,7 +43,7 @@
43
43
  <inputs>
44
44
  <inputs>
45
45
  <label>Genome</label>
46
- <help>Select a reference genome</help>
46
+ <help>Select a reference genome.</help>
47
47
  <name>genome</name>
48
48
  <type>data_table</type>
49
49
  <tables>
@@ -58,7 +58,7 @@
58
58
  <inputs>
59
59
  <inputs>
60
60
  <label>Genome</label>
61
- <help>Select a reference genome provided by IGV</help>
61
+ <help>Select a reference genome from IGV.</help>
62
62
  <name>genome</name>
63
63
  <type>data_json</type>
64
64
  <url>https://s3.amazonaws.com/igv.org.genomes/genomes.json</url>
@@ -69,36 +69,37 @@
69
69
  </input>
70
70
  <input>
71
71
  <label>Locus</label>
72
- <help>Select a gene locus e.g. chr1:1-100</help>
72
+ <help>Select a gene locus e.g. chr1:1-100.</help>
73
73
  <name>locus</name>
74
74
  <type>text</type>
75
+ <deferred>true</deferred>
75
76
  <value>all</value>
76
77
  </input>
77
78
  </settings>
78
79
  <tracks>
79
80
  <input>
80
81
  <label>Name</label>
81
- <help>Specify a name</help>
82
+ <help>Specify a track name.</help>
82
83
  <name>name</name>
83
84
  <type>text</type>
84
85
  <value>Track</value>
85
86
  </input>
86
87
  <input>
87
88
  <label>Dataset</label>
88
- <help>Specify a dataset</help>
89
+ <help>Select a track dataset.</help>
89
90
  <name>urlDataset</name>
90
91
  <type>data</type>
91
92
  </input>
92
93
  <input>
93
94
  <label>Index</label>
94
- <help>Specify an index</help>
95
+ <help>Select an index (or auto-detect from dataset metadata).</help>
95
96
  <name>indexUrlDataset</name>
96
97
  <type>data</type>
97
98
  <optional>true</optional>
98
99
  </input>
99
100
  <input>
100
101
  <label>Type</label>
101
- <help>Select the track type (only if not auto-detected from file format)</help>
102
+ <help>Select the track type (or auto-detect from dataset format).</help>
102
103
  <name>type</name>
103
104
  <type>select</type>
104
105
  <value>auto</value>
@@ -112,7 +113,7 @@
112
113
  </input>
113
114
  <input>
114
115
  <label>Mode</label>
115
- <help>Select a display mode</help>
116
+ <help>Select a display mode.</help>
116
117
  <name>displayMode</name>
117
118
  <type>select</type>
118
119
  <value>EXPANDED</value>
@@ -124,7 +125,7 @@
124
125
  </input>
125
126
  <input>
126
127
  <label>Color</label>
127
- <help>Pick a color</help>
128
+ <help>Pick a color.</help>
128
129
  <name>color</name>
129
130
  <type>color</type>
130
131
  </input>