Store on HDD, run on SSD?

Hello!

Our server has only 1.5 tb ssd so it can store only about 4 runs of our workflow. And there is a plan to use it by multiple users, so it will turn into perpetual struggle for the disk space. But there are some other servers with no ssd but with some space on hdd. Is there a way to automatically copy the input files onto the ssd, run and move results to the hdd?

Thanks in advance.

It sounds like you want job_working_directory and perhaps new_file_path on SSD and file_path on HDD in your galaxy.ini.

Thanks Peter, i will try that.