Ryan Golhar wrote:
> I just noticed a lot of files in my galaxy tmp directory.  Since
> this isn't a system tmp directory, the system cron scripts don't
> clean it up.
> 
> Is there a galaxy cron script that can be used to clean up this directory?

Hi Ryan,

Sorry for the (very) late reply, I'm picking up some threads which
appear to have fallen through the cracks.

We do this just with a (GNU) find:

find /path/to/tmp -depth -mtime +7 -delete

You can also use tmpreaper on Debian/Ubuntu.

--nate

> 
> -- 
> CONFIDENTIALITY NOTICE: This email communication may contain
> private, confidential, or legally privileged information intended
> for the sole use of the designated and/or duly authorized
> recipient(s). If you are not the intended recipient or have received
> this email in error, please notify the sender immediately by email
> and permanently delete all copies of this email including all
> attachments without reading them. If you are the intended recipient,
> secure the contents in a manner that conforms to all applicable
> state and/or federal requirements related to privacy and
> confidentiality of such information.

> begin:vcard
> fn:Ryan Golhar, Ph.D.
> n:Golhar;Ryan
> org:The Cancer Institute of NJ;Cancer Informatics Core/Bioinformatics
> adr:5th floor;;120 Albany St;New Brunswick;NJ;08901;USA
> email;internet:golha...@umdnj.edu
> title:NGS Bioinformatics Specialist
> tel;work:(732) 235-6613
> tel;fax:(732) 235-6267
> tel;cell:(732) 236-1176
> x-mozilla-html:FALSE
> url:http://www.cinj.org
> version:2.1
> end:vcard
> 

> ___________________________________________________________
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
> 
>   http://lists.bx.psu.edu/

___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to