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

Bug fix in get-traits.js #73

Closed That-Thing closed 10 months ago

That-Thing commented 10 months ago

The study type variable was a const, which caused a TypeError with QTL searches as the code tried to reassign the variable to "QTLStudy".

type is now assigned separately from the other variables.