Hi Greg,
I have just tried out the last Galaxy sources and in particular the purging scripts. They work fine. W.r.t the decision you made, it is fine by us. Those scripts are quite well documented and they have very useful flags.
cheers,
Erick
Hello Erick,We discussed this and decided that at the current time there is no significant gain from adding this additional item to the Admin menu. The scripts have all been designed to execute via cron and can also easily be run from the command line. We don't want to configure additional threads to handle this process via the web interface. We hope this decision will not cause problems for your instance.Greg Von KusterOn Dec 16, 2009, at 4:35 AM, Erick Antezana wrote:Hi Greg,are there still any plans to add a link to the clean_datasets.pyscript from the Admin view?Erick2009/7/17 Greg Von Kuster <ghv2@psu.edu>:Hi Erick,The process we've been using on our Galaxy instances has been to set up cronto execute the shell scripts on a daily basis, something like this:# clean up datasets0 7 * * * cd /var/opt/home/g2test/server-home/test ; sh./scripts/cleanup_datasets/delete_userless_histories.sh ; sh./scripts/cleanup_datasets/purge_histories.sh ; sh./scripts/cleanup_datasets/purge_datasets.shThis works quite well, and the logs files for each of these processes can beviewed to see what occurred.We'll definitely consider adding a link to this script in the Admin view aswell.Greg Von KusterGalaxy Development TeamErick Antezana wrote:Hi Greg,thanks for the heads-up.the scripts work fine; however, it would be great to have suchfunctionality from within the Admin interface (Data section?). Are there anyplans to implement such request?cheers,Erick2009/7/16 Greg Von Kuster <ghv2@psu.edu <mailto:ghv2@psu.edu>>Hi Erick,Never do this manually as it will result in problems in yourGalaxy instance. Use the~/scripts/cleanup_datasets/cleanup_datasets.py script in theGalaxy distribution. Refer to thedeatils about executing the script.The wiki is a bit outdated - we have a bitbucket ticket open ( #99 -) to correct this.Greg Von KusterGalaxy Development TeamErick Antezana wrote:Hi,how can I purge my deleted datasets that were imported sothat I could clean a bit my disk? I saw they are underdatabase/files/000/*thanks,Erick------------------------------------------------------------------------_______________________________________________galaxy-user mailing listGreg Von KusterGalaxy Development Team