mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
Galaxy Server Cleanup
|
|
---------------------
|
|
The following datasets you own on Galaxy are older than ${cutoff} days and will be deleted soon. Be sure to download any datasets you need to keep.
|
|
|
|
% for dataset, history in datasets:
|
|
"${dataset}" in history "${history}"
|
|
% endfor
|
|
|
|
Please contact us if you have any questions.
|
|
|
|
-- Galaxy Administrators
|