karigauta / ADAM_tools

Tools for making life with ADAM faster
0 stars 1 forks source link

Make prior script #2

Closed karigauta closed 7 years ago

karigauta commented 7 years ago

Make a script that searches recursively in folders for prm files that need updating. It should check the current .prm file against the input file. If there is a discrepancy, it should make a new prior file and save. Should make a backup of the old file.

karigauta commented 7 years ago

It would be best to have options, either to make a prior file from scratch fromthe prm file or update the prior file based ob the prm file. For cases when there have been changes in the prm file

karigauta commented 7 years ago

Basic script done, still needs work to vectorize the making of the parm file since the loop used could be slow for large directory structures