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
This is system-dependent, but on Norstore the folders are automatically not writable by group members after creation. This is an issue that should be addressed on Norstore, but could also be part of expipe.
This can be fixed by automatically changing permissions on folders in expipe. This might be unexpected, and should be done with caution. Another option is to put a config file in the root data folder which tells expipe to enable this feature.
Alternatively, all users must add the following to their .bashrc config files:
umask g+w
If the second option is chosen, we could include a warning prompting the user that they should update their .bashrc if they haven't already.
The text was updated successfully, but these errors were encountered:
This is system-dependent, but on Norstore the folders are automatically not writable by group members after creation. This is an issue that should be addressed on Norstore, but could also be part of expipe.
This can be fixed by automatically changing permissions on folders in expipe. This might be unexpected, and should be done with caution. Another option is to put a config file in the root data folder which tells expipe to enable this feature.
Alternatively, all users must add the following to their .bashrc config files:
umask g+w
If the second option is chosen, we could include a warning prompting the user that they should update their .bashrc if they haven't already.
The text was updated successfully, but these errors were encountered: