Skip to content
Snippets Groups Projects
Commit 1522bf4a authored by David Sehnal's avatar David Sehnal
Browse files

package.json cli fix

parent 422f4567
No related branches found
No related tags found
No related merge requests found
...@@ -90,10 +90,10 @@ and navigate to `build/viewer` ...@@ -90,10 +90,10 @@ and navigate to `build/viewer`
### Code generation ### Code generation
**CIF schemas** **CIF schemas**
node ./lib/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/mmcif.ts -p mmCIF node ./lib/commonjs/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/mmcif.ts -p mmCIF
node ./lib/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/ccd.ts -p CCD node ./lib/commonjs/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/ccd.ts -p CCD
node ./lib/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/bird.ts -p BIRD node ./lib/commonjs/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/bird.ts -p BIRD
node ./lib/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/cif-core.ts -p CifCore -aa node ./lib/commonjs/cli/cifschema -mip ../../../../mol-data -o src/mol-io/reader/cif/schema/cif-core.ts -p CifCore -aa
**Lipid names** **Lipid names**
...@@ -106,7 +106,7 @@ and navigate to `build/viewer` ...@@ -106,7 +106,7 @@ and navigate to `build/viewer`
### Other scripts ### Other scripts
**Create chem comp bond table** **Create chem comp bond table**
node --max-old-space-size=4096 lib/cli/chem-comp-bond/create-table.js build/data/ccb.bcif -b node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-bond/create-table.js build/data/ccb.bcif -b
**Test model server** **Test model server**
...@@ -124,7 +124,7 @@ To see all available commands, use ``node lib/servers/model/preprocess -h``. ...@@ -124,7 +124,7 @@ To see all available commands, use ``node lib/servers/model/preprocess -h``.
Or Or
node ./lib/cli/cif2bcif node ./lib/commonjs/cli/cif2bcif
## Development ## Development
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
"build/viewer/" "build/viewer/"
], ],
"bin": { "bin": {
"cif2bcif": "lib/cli/cif2bcif/index.js", "cif2bcif": "lib/commonjs/cli/cif2bcif/index.js",
"cifschema": "lib/cli/cifschema/index.js", "cifschema": "lib/commonjs/cli/cifschema/index.js",
"model-server": "lib/commonjs/servers/model/server.js", "model-server": "lib/commonjs/servers/model/server.js",
"model-server-query": "lib/commonjs/servers/model/query.js", "model-server-query": "lib/commonjs/servers/model/query.js",
"model-server-preprocess": "lib/commonjs/servers/model/preprocess.js", "model-server-preprocess": "lib/commonjs/servers/model/preprocess.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment