-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement Command Line Interface (CLI) #46
Comments
Small GUI for stand-alone and web application for demonstration purpose would also be nice but not essential as long as we do not aim (yet) at a general and non-export audience |
Here a short CLI which uses several different options for conversion of molfile into TUCAN string and vice versa, also allows control of implicit-to-explicit H conversion and graphical output via gravis https://robert-haas.github.io/gravis-docs/ Needs the following libraries: import argparse Program initialization and command line interpretationdef get_command_line_parameters(): Main program loopfilepath, conversion_direction, implicit_to_explicit_H, plot_graph = get_command_line_parameters() This is the end |
No description provided.
The text was updated successfully, but these errors were encountered: