Skip to content

Commit

Permalink
Updated REAMDE.md and renamed LICENSE file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed Apr 3, 2018
1 parent 34e1a4a commit 79e9004
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ RELEASES.md
TODO.md

# Server
opt/scopeserver/__pycache__
opt/scopeserver/dataserver/__pycache__
opt/scopeserver/scope_server.egg-info
opt/scopeserver/data/my-looms
opt/scopeserver/test
opt/scopeserver/data/my-looms
opt/scopeserver/dist/
opt/scopeserver/pyvenv
opt/scopeserver/build
opt/scopeserver/logs
opt/scopeserver/dataserver/test
opt/scopeserver/dataserver/data/my-looms
opt/scopeserver/dataserver/dist/
opt/scopeserver/dataserver/pyvenv
opt/scopeserver/dataserver/build
opt/scopeserver/dataserver/logs
opt/scope_server.egg-info

Expand Down
File renamed without changes.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
SCope is a fast visualization tool for large-scale and high dimensional scRNA-seq datasets.
Currently the format of the datasets supported by SCope is .loom.

Architecture of SCope can be visualized below:

![GitHub Logo](/images/SCope_architecture.png)

## Development

### SCope Server
Expand All @@ -31,13 +27,11 @@ scope-server

- Install
```
cd scope-client
npm install
```

- Run (development version)
```
cd scope-client
npm run dev
```

Expand Down Expand Up @@ -91,4 +85,10 @@ Run the binary:
./release/scope-linux-x64/scope
```

All the uploaded data from SCope will be put ~/.scope/data,
All the uploaded data from SCope will be put ~/.scope/data

# Architecture

SCope architecture can be visualized below:

![GitHub Logo](/images/SCope_architecture.png)

0 comments on commit 79e9004

Please sign in to comment.