Re: [galaxy-dev] How to get cleanup script to run in cron job ?

2014-11-20 Thread Geert Vandeweyer
Hi, Try this : 55 21 * * * cd /media/Store/galaxy/galaxy-dist/ python scripts/cleanup_datasets/cleanup_datasets.py config/galaxy.ini -d 30 -1 -i /media/Store/galaxy/galaxy-dist/temp 21 I thought you need to be in the galaxy-dist folder when launching the commands. Best, Geert On

[galaxy-dev] How to get cleanup script to run in cron job ?

2014-11-19 Thread James Mullan
Hello, I am trying to figure out how to run the cleanup scripts in a cron job. The below works on command line: python scripts/cleanup_datasets/cleanup_datasets.py config/galaxy.ini -d 30 -1 -i pysqlite=2 egg successfully loaded for sqlite dialect