We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6c77f commit 01ba3a8Copy full SHA for 01ba3a8
README.md
@@ -1,5 +1,11 @@
1
-<h1>Tree Viewer</h1>
2
-This is a Tree viewer for JavaFX 12
+<h1>Parse Tree Viewer for JavaFX 12</h1>
+This is a Tree viewer for JavaFX 12 for viewing Parse Trees generated by the SMILES Parser.
3
4
-<h1>Compilation</h1>
5
-mvn clean compile package javafx:run
+<h2>Purpose</h2>
+This tool can be used to diagnose issues with a Parse Tree. This is especially helpful with larger and more complex molecules.
6
+
7
+<h2>Usage</h2>
8
+Place a valid parse tree json file in your filesystem at the location specified in Line 287 of App.java. (Modify this URL to match your local machine)
9
10
+<h2>Compilation</h2>
11
+To run, enter this on the command line: mvn clean compile package javafx:run
0 commit comments