You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating my own scheme I noticed that I got the same error as in #72 with an undefined hash. This is because I did not create a set of values for my scheme. I instead made a blank scheme:
When creating my own scheme I noticed that I got the same error as in #72 with an undefined hash. This is because I did not create a set of values for my scheme. I instead made a blank scheme:
What fixed it was adding a dummy value
Suggest either allowing no genotypes in a scheme, creating a dummy genotype internally, or allowing missing genotype data in
Scheme.pm
.The text was updated successfully, but these errors were encountered: