Closed That-Thing closed 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.
type
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.