Neo4j data can be generated by running the following command
$ ./generate <PATH TO DATA FILES>
This will install NPM packages and create
the folders neo4j
, dataOverlay
, and gemRepository
under the current directory.
<PATH TO DATA FILES>
should point to data files from this repository.
The folder neo4j
contains CSV files along with the Cypher instructions to import the data.
The folder dataOverlay
contains TSV and JSON files that can be served directly in Metabolic Atlas.
The folder gemRepository
contains a timeline chart for integrated models that can be served in Metabolic Atlas.
Please note that while the aforementioned commands can be run on their own, the output is meaningful only for the deployment pipeline of Metabolic Atlas.