Giter VIP home page Giter VIP logo

j.nome.s's People

Contributors

avetisk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

avetisk

j.nome.s's Issues

Administration panel

Although loading data and configuring the server can for now be done from the command line, it would be a nice addition to add administration controls via a web interface.

Circular genomes

A circular genome should not be represented linearly.

specific UI should be designed to handle these.

Fix error handling

404 and 503 errors are not very reliably handled at the moment.

Waiting for express 3.

Add search functionality

Feature coordinates are not necessarily known to the user.

In order to avoid him having to check the coordinate on an external web site, there should be a search function.

@param : {String} search_string // takes any string

@do : // Search the currently selected feature tracks
      // for any feature containing a field whose value matches search_string

@returns {Array} // Array of features that match

Improve how a ref track is laid out in expanded mode

Currently quite slow.

something of the like should be cool to implement :

layer = 0;
do {
  next = false;
  for (var i = 0, l = self.documents.length-1; i < l; ++i) {
    if (glyph.overlapsWith(self.documents[i])) {
      layer++;
      if (layer > layer_count) {
        self.resize(self.canvas.width, self.canvas.height+40);
        layer_count++;
      }
      glyph.adjustToLayer(layer, function() {
        next = true;
        console.log('glyph : ', glyph.glyph.getBBox().y);
      });
    }
  }
} while (next);

Command-line tool to render views

A command line tool to query web pages and render a screenshot would useful for automatizing the process of checking known locations.

Additionally, it could be used to render screenshots from the web interface.

phantomJS seems most appropriate for this task.

Write wiki section for usage

Describe

  • Launching the application (use forever)
  • Supported browsers
  • Usage
    • dataset selection
    • track selection
    • navigation

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.