-
Notifications
You must be signed in to change notification settings - Fork 51
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: DLKcat Docker invalid reference format error #351
Comments
@wshao1, could you please provide:
The problem is probably not a filepath that is user-specific. If you've reached Step 7 of the tutorial, then Can you also please:
To again remove the |
@mihai-sysbio, when running a terminal command in MATLAB via |
@edkerk I've tried your 3 steps, but I still see the same error. I assume in step 3 you meant to run My system info:
|
No, I did not mean to include |
Ah ok, here is the exact string: |
Perhaps the space in the path ( |
@wshao1 what I had in mind was to run the Docker command as you copied above directly in the (system) terminal (not from Matlab), in which case Docker would give more info about the error. Now though, having seen the file path, I am quite sure those spaces are problematic. To verify, could you modify line 38 to include quotation marks
|
I was able to replicate this on Windows, now solved in #352. |
The quotation marks solved it, thank you so much! |
Discussed in #350
Originally posted by wshao1 August 23, 2023
I am trying to create a full ecModel based on Human-GEM 1.16.0, using a modified form of
tutorials/full_ecModel/protocol.m
. Step 7 (DLKcat prediction through machine learning) breaks at therunDLKcat()
command, giving the following traceback:I've inspected
runDLKcat()
, specifically thedocker run
command at line 38, but it's not clear to me why the reference format is incorrect. Perhaps the filepath is specific to whoever created the tutorial, and we need to change it for our own machine?The text was updated successfully, but these errors were encountered: