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
@joshmoore I'm wondering what's the best way to automate the creation of symlinks, for when we're dealing with a large number of Filesets.
It seems to me that one option is to add symlink creation into the omero mkngff sql command, so create the *_converted directory and links at the same time as generating the sql.
This could be optional behaviour under a --symlink flag, or we could add a separate symlink command that uses the same logic as def sql to get the prefix etc?
I was previously using a script to automate symlink creation at IDR/idr-utils#54
The text was updated successfully, but these errors were encountered:
@joshmoore I'm wondering what's the best way to automate the creation of symlinks, for when we're dealing with a large number of Filesets.
It seems to me that one option is to add symlink creation into the
omero mkngff sql
command, so create the*_converted
directory and links at the same time as generating the sql.This could be optional behaviour under a
--symlink
flag, or we could add a separatesymlink
command that uses the same logic asdef sql
to get the prefix etc?I was previously using a script to automate symlink creation at IDR/idr-utils#54
The text was updated successfully, but these errors were encountered: