-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect window count in training set #2 #23
Comments
Hi @weekend37 - I had a similar issue. The error message was:
As attempted by @popgengent - I modified window_size_cM from 0.2 to 0.4, and it successfully worked. However, i encountered this issue only for one chromosome (chr20). Some additional details if that might help:
Do you have a recommended fix to this? Thank you for the very useful tool! |
Hi all, I've encountered the same problem with a 0.2 window size while training the smoother for certain chromosomes (not all) and would appreciate help with troubleshooting (if possible, without having to increase the window size). Where exactly is this expectation of array dimensions coming from? Below is the error message—
|
We ran G-Nomix on array data from all autosomes using the default config file for arrays. All chromosomes completed successfully except chromosome 7 which died while training the smoother. The error message was:
In the final line above, y enters as a 2d object with size 1682*957, but is expected to be reshaped to size N*W=1682*956. We are unsure where the discrepancy in window counts arises, but after changing the value for model: window_size_cM to 0.4 from 0.2 to test if a different window count might work, the program is able to pass the previous point of failure and we confirmed that the new dimensions of y (1682*478) are compatible with the new values of N (1682) and W (478).
The text was updated successfully, but these errors were encountered: