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 I submit a workflow using . (or the current directory) on fog the script ends up with --cd /yellow/users//... in the ch-run command. It is picking up the incorrect path for the container.
I think it should be --cd /home//...
The text was updated successfully, but these errors were encountered:
We may have to add something to the config file, like a comma separated list of aliases for the the homedir. The main problem is related to os.getcwd() giving a different result than pwd in the shell. There could also be a way to set the user-environment to avoid this, but I'm not sure.
When I submit a workflow using . (or the current directory) on fog the script ends up with --cd /yellow/users//... in the ch-run command. It is picking up the incorrect path for the container.
I think it should be --cd /home//...
The text was updated successfully, but these errors were encountered: