Giter Club home page Giter Club logo

sgc's Introduction

Codacy Badge

SYDNEY GENOMICS COLLABORATIVE

A web application for exploring population scale genomic studies.

More info: https://sgc.garvan.org.au

Development

Built with latest angular.

We use angular-cli for development. It handles scaffolding, configuration, development hosting and more.

Prerequisites

  • Node 6.9.0 or higher
  • NPM 3 or higher.

Simple Setup

npm install -g @angular/cli
npm install
ng serve

Structure

The general structure is scaffolded by angular-cli.

The app src code structure:

  -- app
     -- components
        -- pages     // a component that can be directly navigated to by the router
        -- parts     // all the components that make up the pages
     -- mocks        // simple mocks for tests
     -- model        // classes that encapsulate the domain
     -- services     // injectable services that facilitate communication between components
     -- shared       // some shared code
     -- assets       // all the assets for the website (copied to dist on build)
     -- environments // the different environents for build targets

Testing

unit tests

To run tests

ng test

e2e tests

There are a minimum set of functional tests that check that critical features work

To run tests

ng e2e

External services

The application connects to a number of external services, all of which are defined in src/environments.

VSAL

A minimum variantstore backed by MySQL

A service for searching for gene information.

Used for genomic reference information.

Used for querying variants across different datasets and organizations.

Our identity service. Provides identity and authentication.

Tracks any unhandled errors

A variant store backed by an in-memory GPU Database MapD that supports cross dimensional charts.

Deployment

Travis handles our build, testing and deployment.

We have a CI pipeline set up that hosts on firebase. See .travis.yml and deploy for more info.

The final production build which is hosted at https://sgc.garvan.org.au is still manually deployed.

Acknowledgements

Special thanks to Miguel Pignatelli for his help with the tnt genome browser.

sgc's People

Contributors

codacy-badger avatar dependabot[bot] avatar shusson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sgc's Issues

Genome Browser exception

steps:

Search for Position 2:1

expected:

Show position at 2:1

actual:

  • VS Runtime Exception: Can't get variants: java.lang.NullPointerException
  • A followup exception happens because ensemble could not be reached

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.