linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

Web-interface for expanding loom files #114

Closed JobLeonard closed 6 years ago

JobLeonard commented 6 years ago

Currently, the following things need to be done manually before serving a loom file:

These all happen through the command line. This is confusing for many (I already had to help Ulrika) and will halt adoption.

What we could do is make a special page where you could click on a button to send a simple PUT request to the server to run these expansions (this would be a forked process to not block the server).

Few notes:

This is an enhancement that probably can wait until release.

JobLeonard commented 6 years ago
JobLeonard commented 6 years ago

Superseded by automatic expansion