Actions
Story #4995
openPackage lightning specifically for users
Start date:
12/19/2014
Due date:
% Done:
100%
Estimated time:
(Total: 8.00 h)
Story points:
5.0
Description
Currently there is a ridiculous amount of set-up to run a server (whether on localhost or via Apache2).
- Design a branch meant to be used with another tool (possibly docker, possibly arvados?) that requires very little work on the part of the user
- Build the branch and tool to automatically set up lightning. This includes
- Creating a library (like brca-lightning postgres database)
- Populating the library with pre-existing library data, new data (from a population), or no data
- Initializing lantern with population (if it exists)
- Ensuring lantern and library are synced (conversion_to_cgf is defined)
- Optionally running statistics on the library
- A long-term option that would be nice:
- Specify a remote library to user
- Add a population to the library. If the tiles are already known to the remote library, add a pointer (conversion_to_cgf and api call), otherwise, add the entire tilevariant
- Initialize lantern with population
- Ensure lantern is synced with the local and remote libraries
Actions