You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To create new jobs, one has to author some code, making it mandatory to fork the codebase and inevitably drifting away from future updates.
Describe the solution you'd like
Declaring jobs and their associated command should be as simple as adding a new entry in a config file.
In order to accomodate any configuration, we need a way to parse the job configuration and build widgets accordingly.
Additionally, the main cuesubmit config file should be declared as an environment variable to ease distribution and have an option to have sub-config files (see example below)
In case we need to use tokens, they should be hidden from the UI.
Some new widgets should be added (int slider, float slider, file browser, folder browser)
And finally, a command feedback widget to display the final command would be very handy.
Is your feature request related to a problem? Please describe.
To create new jobs, one has to author some code, making it mandatory to fork the codebase and inevitably drifting away from future updates.
Describe the solution you'd like
Declaring jobs and their associated command should be as simple as adding a new entry in a config file.
In order to accomodate any configuration, we need a way to parse the job configuration and build widgets accordingly.
Additionally, the main cuesubmit config file should be declared as an environment variable to ease distribution and have an option to have sub-config files (see example below)
In case we need to use tokens, they should be hidden from the UI.
Some new widgets should be added (int slider, float slider, file browser, folder browser)
And finally, a command feedback widget to display the final command would be very handy.
Example
Here is an example config file :
The text was updated successfully, but these errors were encountered: