Skip to content

hicsail/knox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knox - A Genetic Design Space Repository

Quickstart

  1. clone this project from GitHub

  2. Download the Neo4j Server

  3. Open the Desktop app and add a new project

  4. Within the project, click "Add Graph", then create a local graph using "kn0x" as password

  5. Click "Start"

  6. open the Neo4j web interface at http://localhost:7474

  7. copy and paste Cypher statement from knox\src\main\examples\transcriptional_unit.txt and click the Play arrow to insert a test dataset

  8. run this project from the command line with mvn spring-boot:run.

  9. open Knox web interface at http://localhost:8080

  10. 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"

  11. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.5%
  • JavaScript 14.9%
  • CSS 7.7%
  • HTML 1.9%