@galaxyproject/locuszoom 0.0.4 → 0.0.6
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 +2 -2
- package/static/locuszoom.xml +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxyproject/locuszoom",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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.
|
|
23
|
+
"galaxy-charts": "^0.0.73",
|
|
24
24
|
"galaxy-charts-xml-parser": "^1.0.3",
|
|
25
25
|
"jsdom": "^25.0.1",
|
|
26
26
|
"locuszoom": "^0.14.0",
|
package/static/locuszoom.xml
CHANGED
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
</params>
|
|
14
14
|
<settings>
|
|
15
15
|
<input>
|
|
16
|
-
<label>Add tabix file
|
|
17
|
-
<help>Can be created with tabix</help>
|
|
16
|
+
<label>Add tabix file</label>
|
|
18
17
|
<name>tabix</name>
|
|
19
18
|
<type>data</type>
|
|
20
19
|
<extension>gwas_tabix.gz</extension>
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
<name>end</name>
|
|
39
38
|
<type>integer</type>
|
|
40
39
|
<min>1</min>
|
|
41
|
-
<value>
|
|
40
|
+
<value>99999</value>
|
|
42
41
|
</input>
|
|
43
42
|
<input>
|
|
44
43
|
<label>Are the p-values in -log10?</label>
|