input.ini is the proposed file for holding a list of all necessary input files including their sources and some other information (checksum, References, PID/DOI,...).
The file is an ASCII file which can be easily modified by the user. But it might be useful to have small tools for the following tasks:
Add/Remove/Modify entry
Download all or specific files listed in input.ini
Print a list of all NEMO file names in the list and provide addition information for each for creating pipes (e.g. check existence of files)
Proposed Solution
No Solution yet, but I'd like to suggest writing it in python and write it as module/library from the very beginning!
@mscheinert as a proposed solution: I have created this interface to manage the input.ini. I will continue working on the code and will upload shortly. Please, let me know if you have suggestions.
Description
input.ini
is the proposed file for holding a list of all necessary input files including their sources and some other information (checksum, References, PID/DOI,...). The file is an ASCII file which can be easily modified by the user. But it might be useful to have small tools for the following tasks:Proposed Solution
No Solution yet, but I'd like to suggest writing it in python and write it as module/library from the very beginning!