Releases: molssi-seamm/control_parameters_step
Releases · molssi-seamm/control_parameters_step
Properly handling boolean options.
Merge pull request #11 from molssi-seamm/dev Properly handling boolean options.
Bugfix for choices in control parameters
- Ensuring compatibility of older flowcharts with improved handling of choices in the control parameters, necessitated by the Web GUI.
Improved handling of choices
When editing the choices for a parameter, the entryfield now accepts the choices separated by spaces. If a choice has spaces or other special characters they can be protected with quotes or backslash in the normal fashion for shell arguments.
Bugfix: Fixing handling of defaults for parameters with 0+ or 1+ values.
Merge pull request #8 from molssi-seamm/dev Fixing handling of defaults for parameters with 0+ or 1+ values.
Fixed issue with '-' and '_' in parameter/variable names
- Fixed issue with '-' and '_' in parameter/variable names
- Revamped documentation to the new MolSSI style and diátaxis layout.
- (internal) Moved from LGTM to GitHub CodeQL for code quality analysis
Fixed bugs when editing parameters
Also added button to remove a parameter.
Added files to parameter types.
Added files to parameter types, which is needed for job submission
Cleaned up the GUI
Cleaned up the GUI making dialogs large, showing all parameters, and making appropriate comboboxes read only.
Update for internal change in argument parsing.
2021.6.3 Updated for the seamm argument parser moving to seamm_util.
Improved description for the installer.
Added to the README text, and made it conform to the standard style.