https://github.com/dav009/neo4jutils
https://github.com/dav009/neo4jutils
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dav009/neo4jutils
- Owner: dav009
- Created: 2014-09-18T14:36:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T15:34:10.000Z (over 10 years ago)
- Last Synced: 2025-02-06T03:32:13.013Z (4 months ago)
- Language: Scala
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j Utilies
## Building
`sbt pack`
## Utilities
you can call each of this commands by `target/pack/bin/command`
### CompleteFile
param0: path to tsv file
param1: path to idiontology
add names to a tsv file containing mids in 3rd position### exportRelationships
param0: path to outputfile
param1: path to idiontology
extracts all the type_rels from idiontology and dumps them in `outputfile`
relationships include relationships ids.### LoadRelationshipsWeights
param0: File describing neo4j relationships weights
param1: path to idiontologycreates 'weight' property for the relationships described in the files with the given values
### MergeScoresAndRelationshipsIds
param0: File describinng relationships(via mids) and weights
param1: File describing relationships(via mids) and relationships ids###