Browse Source

renamed project from molstar-proto to molstar

Alexander Rose 5 years ago
parent
commit
8603ef1a9b
6 changed files with 11 additions and 19 deletions
  1. 1 1
      README.md
  2. 3 3
      docs/model-server/readme.md
  3. 0 8
      mol-star-proto.sublime-project
  4. 1 1
      package-lock.json
  5. 5 5
      package.json
  6. 1 1
      src/servers/model/test.ts

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 [![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE)
-[![Build Status](https://travis-ci.org/molstar/molstar-proto.svg?branch=master)](https://travis-ci.org/molstar/molstar-proto)
+[![Build Status](https://travis-ci.org/molstar/molstar.svg?branch=master)](https://travis-ci.org/molstar/molstar)
 [![Gitter](https://badges.gitter.im/molstar/Lobby.svg)](https://gitter.im/molstar/Lobby)
 
 # Mol*

+ 3 - 3
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 = {

+ 0 - 8
mol-star-proto.sublime-project

@@ -1,8 +0,0 @@
-{
-	"folders":
-	[
-		{
-			"path": "."
-		}
-	]
-}

+ 1 - 1
package-lock.json

@@ -1,5 +1,5 @@
 {
-  "name": "molstar-proto",
+  "name": "molstar",
   "version": "0.1.0",
   "lockfileVersion": 1,
   "requires": true,

+ 5 - 5
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",

+ 1 - 1
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',