We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
While running /MERFISH_analysis/example_scripts/library_design_example.m
Designing primers for L1E1 Error using CheckParameter (line 142) parallel is not a parallel.Pool object
Error in ParseVariableArguments (line 103) CheckParameter(parameterValues{i}, defaults{ind, 2}, parameterNames{i});
Error in OTTable (line 93) parameters = ParseVariableArguments(varargin, defaults, mfilename);
I'm wondering if you have any suggestions on fixing it?
Thank you for help!
Bests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
While running /MERFISH_analysis/example_scripts/library_design_example.m
Error seen as follows:
Designing primers for L1E1
Error using CheckParameter (line 142)
parallel is not a parallel.Pool object
Error in ParseVariableArguments (line 103)
CheckParameter(parameterValues{i}, defaults{ind, 2}, parameterNames{i});
Error in OTTable (line 93)
parameters = ParseVariableArguments(varargin, defaults, mfilename);
Error in library_design_example (line 431)
encodingProbeOTTable = OTTable(struct('Sequence', allSeqs), 15, 'verbose', true, ...
I'm wondering if you have any suggestions on fixing it?
Thank you for help!
Bests.
The text was updated successfully, but these errors were encountered: