Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW: Write tools to deal with input.ini #8

Open
mscheinert opened this issue Oct 8, 2020 · 1 comment
Open

NEW: Write tools to deal with input.ini #8

mscheinert opened this issue Oct 8, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mscheinert
Copy link
Collaborator

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:

  • 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 mscheinert added the enhancement New feature or request label Oct 8, 2020
@mscheinert mscheinert added this to the release-2.0.0 milestone Oct 13, 2020
@lmicallef
Copy link
Collaborator

lmicallef commented Feb 1, 2021

@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.

inputInterface

lmicallef added a commit that referenced this issue Mar 1, 2021
A GUI was created to manage the input.ini file. 

The application is able to:
- display the input.ini file
- add a new section
- edit an existing section
- delete an existing section
- download input.ini
- download a particular section only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants