Skip to content
Snippets Groups Projects
Commit 558a082f authored by Alexander Rose's avatar Alexander Rose
Browse files

added NODE_PATH info to readme

parent dd592d04
Branches
Tags
No related merge requests found
......@@ -98,11 +98,11 @@ Run the image
### Code generation
**CIF schemas**
node build/node_modules/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/mmcif.ts --fieldNamesPath data/mmcif-field-names.csv --name mmCIF
export NODE_PATH="build/src"; node build/src/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/mmcif.ts --fieldNamesPath data/mmcif-field-names.csv --name mmCIF
node build/node_modules/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/ccd.ts --fieldNamesPath data/ccd-field-names.csv --name CCD
export NODE_PATH="build/src"; node build/src/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/ccd.ts --fieldNamesPath data/ccd-field-names.csv --name CCD
node build/node_modules/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/bird.ts --fieldNamesPath data/bird-field-names.csv --name BIRD
export NODE_PATH="build/src"; node build/src/apps/schema-generator/schema-from-cif-dic.js -ts -o src/mol-io/reader/cif/schema/bird.ts --fieldNamesPath data/bird-field-names.csv --name BIRD
**GraphQL schemas**
......@@ -111,11 +111,11 @@ Run the image
### Other scripts
**Create chem comp bond table**
node --max-old-space-size=8192 build/node_modules/apps/chem-comp-bond/create-table.js build/data/ccb.bcif -b
export NODE_PATH="build/src"; node --max-old-space-size=8192 build/src/apps/chem-comp-bond/create-table.js build/data/ccb.bcif -b
**Test model server**
node build/node_modules/servers/model/test.js
export NODE_PATH="build/src"; node build/src/servers/model/test.js
## Contributing
Just open an issue or make a pull request. All contributions are welcome.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment