Giter Club home page Giter Club logo

sentinel's Introduction

Sentinel

Build Status Coverage Status

Sentinel is a JSON-based database for next-generation sequencing statistics. Queries and submissions are all done via a RESTful HTTP API which is specified based on Swagger.

Requirements

  • Java 8 (must be set as the default java)
  • Scala 2.11.6
  • MongoDB 3.2 (running on localhost port 27017 for live development server)
  • Python 2.7 and Sphinx (only when building the documentation)

If MongoDB 3.2 is not available in your official package repository, you can install it from the vendor's repository following the instructions here.

Support

Report issues to the issue page. Fixes and feature suggestions are also welcome.

sentinel's People

Contributors

bow avatar sajvanderzeeuw avatar

Watchers

 avatar James Cloos avatar Zuotian avatar Peter van 't Hof avatar Giannis Moustakas avatar Davy Cats avatar Leon Mei avatar  avatar

sentinel's Issues

Implement user deletion in /users

Also, this means deciding:

  • what happens to the user's uploaded run summaries (should they be deleted as well? should they be hidden?)
  • what happens to the user's user ID (can it be reused by someone else or not?)

Emit CSV from stat endpoints

For queries which result in many items, the JSON keys become redundant as they are repeated over and over again. There should be a way to easily build CSVs from the internal case classes.

Use MongoDB aggregation framework for computing statistics

Some of the statistics not computable by MongoDB 3.0's aggregation framework (e.g. standard deviation) can now be computed in MongoDB 3.2. We should look into how far it is possible to replace the current MapReduce approach with this instead, as MapReduce tend to be quite slow.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.