Skip to content

Releases: linnarsson-lab/loom-viewer

update from wsgi to pywsgi

03 Oct 11:41
ef9ce9a
Compare
Choose a tag to compare
Pre-release

deprecated gevent.wsgi

attempted bug fix on gevent major error

08 Jun 12:54
11dda4b
Compare
Choose a tag to compare
Pre-release
v0.3-beta.3

moved gevent monkey_patch to top due to bug

First beta release

24 Jan 16:02
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release
What's new?
  • Fully functional Heatmap, Landscape and Sparkline views
  • Sparkline view can be ordered by any cell attribute
  • Use genes as X, Y and color in Landscape view
  • Use genes to order Sparkline view
  • Fixed annoying performance bug in Landscape view
Getting started
  1. Install Anaconda for Python 2.7 (not 3.xx).
  2. Download loom-v0.3-beta.2.zip below and unzip it to a folder.
  3. Get a dataset in .loom format (e.g. data/cortex_5000.loom in this Git repo).
  4. Run loom cortex_5000.loom in your Terminal.
  5. Go to localhost:5000 in your browser.
  6. Enjoy.
Troubleshooting

The Loom server starts and says something like:

Serving from: /Users/Sten/Loom
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [16/Jan/2016 17:52:11] "GET / HTTP/1.1" 404 -

...but you get "404 Not Found" in the browser. Make sure you are running "loom" from this release folder, and not from the root of the repository. If you are not using this release, but building Loom yourself, you need to run "release/loom", not just "loom".

Third alpha release

17 Jan 10:12
Compare
Choose a tag to compare
Third alpha release Pre-release
Pre-release
What's new?
  • Fixed bug where dropdowns would not be updated on first render (Landscape view)
Getting started
  1. Install Anaconda for Python 2.7 (not 3.xx).
  2. Download loom-v0.2-alpha.zip below and unzip it to a folder.
  3. Get a dataset in .loom format (e.g. data/cortex_5000.loom in this Git repo).
  4. Run loom cortex_5000.loom in your Terminal.
  5. Go to localhost:5000 in your browser.
  6. Enjoy.
Troubleshooting

The Loom server starts and says something like:

Serving from: /Users/gioele/Loom
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [16/Jan/2016 17:52:11] "GET / HTTP/1.1" 404 -

...but you get "404 Not Found" in the browser. Make sure you are running "loom" from this release folder, and not from the root of the repository.

Second alpha release

17 Jan 08:31
Compare
Choose a tag to compare
Second alpha release Pre-release
Pre-release
Getting started
  1. Install Anaconda for Python 2.7 (not 3.xx).
  2. Download loom-v0.2-alpha.zip below and unzip it to a folder.
  3. Get a dataset in .loom format (e.g. data/cortex_5000.loom in this Git repo).
  4. Run loom cortex_5000.loom in your Terminal.
  5. Go to localhost:5000 in your browser.
  6. Enjoy.
Troubleshooting

The Loom server starts and says something like:

Serving from: /Users/gioele/Loom
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [16/Jan/2016 17:52:11] "GET / HTTP/1.1" 404 -

...but you get "404 Not Found" in the browser. Make sure you are running "loom" from this release folder, and not from the root of the repository.

First release of Loom

15 Jan 12:44
Compare
Choose a tag to compare
First release of Loom Pre-release
Pre-release
Getting started
  1. Install Anaconda for Python 2.7 (not 3.xx).
  2. Download loom-v0.1-alpha.zip below and unzip it to a folder.
  3. Get a dataset in .loom format (e.g. data/cortex_5000.loom in this Git repo).
  4. Run loom cortex.loom in your Terminal.
  5. Go to localhost:5000 in your browser.
  6. Enjoy.