legumeinfo / jekyll-theme-legumeinfo

A Jekyll theme for the Legume Information System and related biodata websites
https://www.legumeinfo.org/
Apache License 2.0
1 stars 1 forks source link

Linkouts for trait associations #99

Closed adf-ncgr closed 7 months ago

adf-ncgr commented 7 months ago

adding support for calling linkouts on GWAS and QTLStudies. Slightly different than previous models in that the logic that adds the links needs to be aware of whether the given identifier comes from a GWAS or a QTLStudy.

adf-ncgr commented 7 months ago

do you mean you want GWAS to be gwas when it is the first word in a teutonically named function, e.g. gwasModalLinkFactory instead of GWASModalLinkFactory? I did that intentionally but can change it if you think that's preferable. Not exactly sure what your other request is referring to, but I'll study your example more closely and see where my code deviates from it.