-
clone this project from GitHub
-
Open the Desktop app and add a new project
-
Within the project, click "Add Graph", then create a local graph using "kn0x" as password
-
Click "Start"
-
open the Neo4j web interface at http://localhost:7474
-
copy and paste Cypher statement from knox\src\main\examples\transcriptional_unit.txt and click the Play arrow to insert a test dataset
-
run this project from the command line with
mvn spring-boot:run
. -
open Knox web interface at http://localhost:8080
-
quick demo: (1) click explore, (2) search for "test1", (3) click combine arrow at bottom of screen, (4) type "test2" into "Combine with" and "test3" into "Output ID", (5) click OK to Join, (6) search for "test3"
-
to reset the data in the Neo4j server, copy and paste "MATCH (n) DETACH DELETE n" into the Neo4j web interface and click the Play arrow, then follow step 5
forked from CIDARLAB/knox
-
Notifications
You must be signed in to change notification settings - Fork 1
License
hicsail/knox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 75.5%
- JavaScript 14.9%
- CSS 7.7%
- HTML 1.9%