MarcAntoineFabre / metrumrg

Automatically exported from code.google.com/p/metrumrg
0 stars 0 forks source link

no independent cleanup mechanism. #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a concept of "cleaning up" run directories: systematically removing 
unwanted files.  The process is not well-isolated:  it is implemented in both 
NONR() and rlog() (which is redundant) and is not available independently .  
Consider a separate function that is called by both, and callable independently.

Original issue reported on code.google.com by bergs...@gmail.com on 14 Jun 2012 at 4:30

GoogleCodeExporter commented 8 years ago
at 5.22, runNonmem and rlog now call purgeRunDir, which hosts the standard list 
of deletables.

Original comment by bergs...@gmail.com on 18 Sep 2012 at 9:09