项目作者: JEFworks-Lab

项目描述 :
WebGL-based viewer for spatially-resolved transcriptomics data
高级语言: JavaScript
项目地址: git://github.com/JEFworks-Lab/MERmaid.git
创建时间: 2018-03-30T13:08:38Z
项目社区:https://github.com/JEFworks-Lab/MERmaid

开源协议:

下载


MERmaid

mermaid logo

WebGL-based viewer for MERFISH data

Online Demo:

https://jef.works/MERmaid/

mermaid demo

Download

Clone repo

  1. git clone https://github.com/JEFworks/MERmaid.git
  2. cd MERmaid

Re-build

Install after cloning and start development server

  1. npm install
  2. npm start

Build for release

  1. npm run-script build

Optional renaming for Github purposes

  1. cp -r build/ docs/
  2. ## rename homepage paths in build if needed

Run without re-building

  1. cd build
  2. # Check python version
  3. python -V
  4. # If Python version returned above is 3.X
  5. python -m http.server 8080
  6. # If Python version returned above is 2.X
  7. python -m SimpleHTTPServer 8080

Then point your browser to http://localhost:8080/
Alternatively http://127.0.0.1:8080/

Using your own data

Replace the data.csv.gz file in the build/ folder and follow the Run without re-building steps above.