Skip to content

projectumami/parse-tree-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse Tree Viewer for JavaFX 12

This is a Tree viewer for JavaFX 12 for viewing Parse Trees generated by the SMILES Parser.

Purpose

This tool can be used to diagnose issues with a Parse Tree. This is especially helpful with larger and more complex molecules.

Usage

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)

Data File Generation

Parse tree json files are generated by another Project Umami application currently under construction. This application will be announced in the future.

Compilation

To run, enter this on the command line: mvn clean compile package javafx:run

Information

For more information about Project Umami, visit https://twitter.com/ProjectUmami

Contact

For more information, contact [email protected].

Contributors

Project Umami's Parse Tree Viewer is an open-source, LGPL project and is seeking contributors from the scientific and engineering communities. If interested, please contact [email protected]