Giter Site home page Giter Site logo

badseby / scout Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clinical-genomics/scout

0.0 2.0 0.0 6.87 MB

VCF visualization interface

Home Page: http://www.clinicalgenomics.se/scout/

License: BSD 3-Clause "New" or "Revised" License

JavaScript 0.11% Vue 3.63% CSS 9.92% CoffeeScript 0.40% Python 66.65% HTML 19.29%

scout's Introduction

Release 1.0

Scout Build Status

Analyze VCFs quicker and easier.

Scout makes you life easier by letting you visualize mutiple VCFs in the browser. You can quickly triage variants in search of those sneeky disease causing mutations. Scout also connects your team by linking user comments to cases and variants. The project is completely open source.

Running server is as simple as:

$ scout run
Running on http://localhost:5000...

Case page demo

Installation

Scout will ship as a regular Python package through pip but until then you can install it through GitHub.

$ mkvirtualenv scout && workon scout
$ pip install git+https://github.com/Clinical-Genomics/scout.git

You also need to install MongoDB and run it as a background process.

Quickstart

Run the following commands to bootstrap your development environment.

# it's always a good idea to work in a virtual environment
$ mkvirtualenv scout && workon scout
$ git clone https://github.com/Clinical-Genomics/scout.git
$ cd scout
$ pip install -r requirements/dev.txt

This doesn't mean that everything will work just like that. You also need some Google OAuth keys and other secret stuff. The config should be stored in a config file:

/scout
  /instance
    scout-dev.cfg  <-- put config here!
  /scout

When you have the instance folder in place you can start Flask like so:

$ python manage.py -c "$(pwd)/instance/scout.cfg" runserver
Running on http://localhost:5000...

Features

Scout is implemented in Python and uses the Flask web framework. Data is stored in a MongoDB database. Login is handled through Google OAuth. The raw input to Scout is any valid VCF file with one or more samples.

About

Scout is developed at SciLifeLab Clinical Genomics in close collaboration with CMMS at Karolinska Institute.

Contributors

License

MIT. See the LICENSE file for more details.

Contributing

Anyone can help make this project better - read CONTRIBUTION to get started!

scout's People

Contributors

robinandeer avatar moonso avatar henrikstranneheim avatar matsdahlberg avatar ingkebil avatar

Watchers

James Cloos avatar Sebastiano Di Bella avatar

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.