-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The current behaviour w.r.t. RemoteData object is to copy/symlink all its content in the current folder. But this creates an issue of handling files with the same names (e.g. #58). It becomes especially hard when one uses multiple RemoteData folders as inputs.
I would propose to copy/symlink the folders as is, giving them the name as the input node link.
In practice, it means that a call like the following:
remote_folder = RemoteData(...)
results, node = launch_shell_job(
'cubehandler',
nodes={'previous_calc': remote_folder},
...
)would generate a folder previous_calc that is a copy/symlink of the remote_folder.
It is a breaking change, but since the project is still in a pre-release phase (0.x version), I assume it is acceptable.
Metadata
Metadata
Assignees
Labels
No labels