id summary reporter owner description type status priority milestone component resolution keywords cc 1174 Permission on files created by secondary analysis for external samples Nicklas Nordborg Nicklas Nordborg "Files that are created as part of secondary analysis are usually created with only permission for the 'scanb' user. In #863 we implemented support for checking the consent to also give read permission to the 'scanb' group. This doesn't work for external samples since we have no upstreams information for them. However, it would nice if the administrator could configure the server so that data files for external samples can be assigned a group and give that group read permission. Since we typically give all external samples a name with a prefix we could, for example, configure the server to map a given prefix to a group name. If a mapping exists the script should set the umask with `g=rx` option. Note that the scripts also need to change the group name of files that are created. This can be done with `chgrp ` to change the group on one or more files or `chgrp -R ` to change the group on a folder and all files and subfolders in it. " enhancement closed minor Reggie v4.23 net.sf.basedb.reggie fixed