Since we have quite small home directories, we have our OOD_DATAROOT set to:
OOD_DATAROOT=/projects/$USER/ondemand
This works fine in most cases, but apparently the Job Composer app is ignoring this and still throwing data in /home/$USER/ondemand.
From what I’m reading at the Job Composer github page, this seems to be hard coded to $HOME/ondemand instead of using the OOD_DATAROOT. Is this something that can be a suggested change or should I just symlink myself out of it?