From 8603ef1a9befdad745e0cc1240d30836ef873e96 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Mon, 3 Jun 2019 15:04:15 -0700 Subject: [PATCH] renamed project from molstar-proto to molstar --- README.md | 2 +- docs/model-server/readme.md | 6 +++--- mol-star-proto.sublime-project | 8 -------- package-lock.json | Bin 575785 -> 575779 bytes package.json | 10 +++++----- src/servers/model/test.ts | 2 +- 6 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 mol-star-proto.sublime-project diff --git a/README.md b/README.md index 72ece6bb1..9ee41fe0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [](./LICENSE) -[](https://travis-ci.org/molstar/molstar-proto) +[](https://travis-ci.org/molstar/molstar) [](https://gitter.im/molstar/Lobby) # Mol* diff --git a/docs/model-server/readme.md b/docs/model-server/readme.md index 02d151c86..f091200c8 100644 --- a/docs/model-server/readme.md +++ b/docs/model-server/readme.md @@ -8,7 +8,7 @@ Installing and Running Getting the code (use node 8+): ``` -git clone https://github.com/molstar/molstar-proto +git clone https://github.com/molstar/molstar npm install ``` @@ -53,7 +53,7 @@ Single files: node build\node_modules\servers\model\preprocess -i input.cif [-oc output.cif] [-ob output.bcif] [--cfg config.json] ``` -Folder: +Folder: ``` node build\node_modules\servers\model\preprocess -fin input_folder [-foc output_cif_folder] [-fob output_bcif_folder] [--cfg config.json] ``` @@ -98,7 +98,7 @@ The server can be run in local/file based mode: node build/node_modules/servers/model/server jobs.json ``` -where ``jobs.json`` is an array of +where ``jobs.json`` is an array of ```ts type LocalInput = { diff --git a/mol-star-proto.sublime-project b/mol-star-proto.sublime-project deleted file mode 100644 index 24db30311..000000000 --- a/mol-star-proto.sublime-project +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": - [ - { - "path": "." - } - ] -} diff --git a/package-lock.json b/package-lock.json index 63217087816db2a87969dcfecf735d221decc48a..6c89b0f359c83badbc08f0ea4223fd151c4475cc 100644 GIT binary patch delta 36 scmZ2ENqO-k<q4vV(yh{rt<p@b(#);WEUnV4t<r3*((GHMIrvTj0MH)_BLDyZ delta 52 zcmZ2HNqOZY<q4u(x&=k~CHYD^yj;^SGP6lG8nqfRwi+?D8ZoyTv9ubowi>au8nJIR I;`n$10JW14E&u=k diff --git a/package.json b/package.json index f47f69c03..872f07c5a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "molstar-proto", + "name": "molstar", "version": "0.1.0", - "description": "Comprehensive molecular library.", - "homepage": "https://github.com/molstar/molstar-proto#readme", + "description": "A comprehensive macromolecular library.", + "homepage": "https://github.com/molstar/molstar#readme", "repository": { "type": "git", - "url": "https://github.com/molstar/molstar-proto.git" + "url": "https://github.com/molstar/molstar.git" }, "bugs": { - "url": "https://github.com/molstar/molstar-proto/issues" + "url": "https://github.com/molstar/molstar/issues" }, "scripts": { "lint": "tslint src/**/*.ts", diff --git a/src/servers/model/test.ts b/src/servers/model/test.ts index b250de2ef..4dd4c48d2 100644 --- a/src/servers/model/test.ts +++ b/src/servers/model/test.ts @@ -43,7 +43,7 @@ async function run() { try { // const testFile = '1crn.cif' // const testFile = '1grm_updated.cif' - // const testFile = 'C:/Projects/mol-star/molstar-proto/build/test/in/1grm_updated.cif' + // const testFile = 'C:/Projects/mol-star/molstar/build/test/in/1grm_updated.cif' // const request = createJob({ // entryId: testFile, // queryName: 'full', -- GitLab