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