-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error in .local(object, ...) : Dimensions of profile matrices do not match ! #43
Comments
@jotsetung, does that ring a bell ? |
what version of |
thanks for the quick reply! xcms - 1.48.0 |
OK, the error comes from the |
great thank you very much! I've done some tests as well but couldn't find a solution as I'm not really familiar with how obiwarp works... gapInit = 0.0
gapExtend = 2.1
profStep = 0.7 caused the error, wheres gapInit = 0.0
gapExtend = 2.1
profStep = 1 does not. |
I had a look into the issue. From IPO perspective I can tell the following: IPO handles the issue as follows
where About the issue itself |
For a while now I've come across the following error message when running optimizeRetGroup in single core mode:
I ignored for a while, up until my data processing pipeline crashed during the retcor.obiwarp step with the above message using optimized IPO parameters.
Once I reran IPO in single core mode, I could see the message was being printed for every sample, which seems to be a rare case?
With the following script the error can be reproduced:
And this is the output: The retcor step seems to stop after sample MSpos-Ex1-cyp79-48h-Ag-1_1-B,1_01_9819 in every iteration.
It looks to me like a xcms bug, but I was wondering if IPO can perform any retcor optimization with this error?
The text was updated successfully, but these errors were encountered: