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

renamed project from molstar-proto to molstar

parent 2c55165c
No related branches found
No related tags found
No related merge requests found
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE) [![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) [![Gitter](https://badges.gitter.im/molstar/Lobby.svg)](https://gitter.im/molstar/Lobby)
# Mol* # Mol*
......
...@@ -8,7 +8,7 @@ Installing and Running ...@@ -8,7 +8,7 @@ Installing and Running
Getting the code (use node 8+): Getting the code (use node 8+):
``` ```
git clone https://github.com/molstar/molstar-proto git clone https://github.com/molstar/molstar
npm install npm install
``` ```
...@@ -53,7 +53,7 @@ Single files: ...@@ -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] 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] 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: ...@@ -98,7 +98,7 @@ The server can be run in local/file based mode:
node build/node_modules/servers/model/server jobs.json node build/node_modules/servers/model/server jobs.json
``` ```
where ``jobs.json`` is an array of where ``jobs.json`` is an array of
```ts ```ts
type LocalInput = { type LocalInput = {
......
{
"folders":
[
{
"path": "."
}
]
}
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ {
"name": "molstar-proto", "name": "molstar",
"version": "0.1.0", "version": "0.1.0",
"description": "Comprehensive molecular library.", "description": "A comprehensive macromolecular library.",
"homepage": "https://github.com/molstar/molstar-proto#readme", "homepage": "https://github.com/molstar/molstar#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/molstar/molstar-proto.git" "url": "https://github.com/molstar/molstar.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/molstar/molstar-proto/issues" "url": "https://github.com/molstar/molstar/issues"
}, },
"scripts": { "scripts": {
"lint": "tslint src/**/*.ts", "lint": "tslint src/**/*.ts",
......
...@@ -43,7 +43,7 @@ async function run() { ...@@ -43,7 +43,7 @@ async function run() {
try { try {
// const testFile = '1crn.cif' // const testFile = '1crn.cif'
// const testFile = '1grm_updated.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({ // const request = createJob({
// entryId: testFile, // entryId: testFile,
// queryName: 'full', // queryName: 'full',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment