@galaxyproject/locuszoom 0.0.6 → 0.0.8
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/README.md +7 -7
- package/package.json +16 -14
- package/static/index.css +1 -1
- package/static/index.js +538 -522
- package/static/locuszoom.xml +3 -5
package/static/locuszoom.xml
CHANGED
|
@@ -21,9 +21,7 @@
|
|
|
21
21
|
<input>
|
|
22
22
|
<label>Select a chromosome</label>
|
|
23
23
|
<name>chromosome</name>
|
|
24
|
-
<type>
|
|
25
|
-
<min>1</min>
|
|
26
|
-
<value>1</value>
|
|
24
|
+
<type>string</type>
|
|
27
25
|
</input>
|
|
28
26
|
<input>
|
|
29
27
|
<label>Select start position</label>
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
<param name="dataset_id" value="http://cdn.jsdelivr.net/gh/galaxyproject/galaxy-test-data/1.gwas_tabix.gz" ftype="gwas_tabix.gz" />
|
|
98
96
|
</test>
|
|
99
97
|
</tests>
|
|
100
|
-
|
|
98
|
+
<help format="markdown"><![CDATA[
|
|
101
99
|
# What is LocusZoom?
|
|
102
100
|
|
|
103
101
|
LocusZoom is a specialized tool designed to create interactive Manhattan plots for visualizing results from genome-wide association studies (GWAS).
|
|
@@ -117,5 +115,5 @@ For more information:
|
|
|
117
115
|
|
|
118
116
|
Boughton, A. P. et al. LocusZoom.js: interactive and embeddable visualization of genetic association study results. Bioinformatics (2021) doi:10.1093/bioinformatics/btab186.
|
|
119
117
|
|
|
120
|
-
]]
|
|
118
|
+
]]> </help>
|
|
121
119
|
</visualization>
|