jlorieau / mollib

A simple python module for reading, writing, fetching and manipulating biomolecules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add settings checks

jlorieau opened this issue · comments

Add functions to check the format of settings from configuration files before they are sent to functions. Use helpful error dialogs.

Tested the configuration files through the CLI, and it works nicely.

Coding tests is the next step.