diff --git a/maps/index.html b/maps/index.html index cb04ad48..14106395 100644 --- a/maps/index.html +++ b/maps/index.html @@ -17,36 +17,51 @@

Genetic Map Resources for Soybean

Maps below show QTLs and GWAS features. Click a chromosome number to go to the corresponding linkage group views. - See correspondences on rollover: chromosome Gm01 ==> linkage group D1a; - chromosome Gm20 ==> linkage group I, etc.
+ See correspondences on rollover: chromosome Gm01 + ==> linkage group + D1a; + chromosome Gm20 + ==> linkage group + I, etc.
For more convenient browsing, the QTLs have been divided into the categories listed below.

{% for cmap-set in map_cmap.cmap-sets %} -
-
{{ cmap-set.description }}:
- - - - {% assign chr = 0 %} - {% for LG in cmap-set.linkage_groups %} - {% assign chr = chr | plus:1 %} - - {% endfor %} - -
-
- {% capture map_path %}{{ cmap-set.URL }}?config=map-{{ chr | prepend: '00' | slice: -2,2 }}.json {% endcapture %} - {{ chr | prepend: '00' | slice: -2,2 }} -
-
-
+ {% endfor %} {% for resource in map_resource.resources %}
-
{{ resource.name }}
+
+ {{ resource.name }} +
{{ resource.description }}
-{% endfor %} - +{% endfor %} \ No newline at end of file