asteca / ASteCA

Code for the ASteCA package.
http://asteca.github.io/
MIT License
18 stars 6 forks source link

Store output files in a unique folder for each cluster #361

Closed Gabriel-p closed 4 years ago

Gabriel-p commented 7 years ago

Instead of dumping all output files for a cluster inside the output folder, generate a unique folder with the format CLUSTER_1712231344 where 1712231344 is the date (17/12/23) and the time (13:44).

The same date ID should be added in the to the asteca_output.dat file after the name:

# NAME      ID
CLUSTER     1712231344

This does not make a lot of sense: what happens when the same cluster is re-processed? The folder is overwritten?

Gabriel-p commented 4 years ago

This was addressed in v0.3.0. The full output for each cluster is stored in its own folder.