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 @@
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.
-
- {% capture map_path %}{{ cmap-set.URL }}?config=map-{{ chr | prepend: '00' | slice: -2,2 }}.json {% endcapture %}
- {{ chr | prepend: '00' | slice: -2,2 }}
-
- |
- {% endfor %}
-
+
+ {% capture map_path %}
+ {{ cmap-set.URL }}?config=map-{{ chr | prepend: '00' | slice: -2, 2 }}.json
+ {% endcapture %}
+ {{ chr | prepend: '00' | slice: -2, 2 }}
+
+ |
+ {% endfor %}
+