Giter Club home page Giter Club logo

yapv's People

Contributors

dependabot[bot] avatar mycql avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

yapv's Issues

Deploy on tagged commits

Even if a new tag is created by lerna, an auto publish and deploy to npm is not being done in travis. Fix this.

Fix issue where data object locations do not follow de-facto scientific standard

Scientific formats define locations for annotations as inclusive ranges of bp positions. Example given a 4 bp sequence, with cursor represented by '|':
|A|C|T|G|
1 2 3 4 5

  • A is at position 1
  • G is at position 4
    Positions are 1-based. So if we were to refer to the whole sequence and annotate it,
    then, start = 1 end = 4.
    However, in terms of rendering, we're not only representing
    until the cursor at base 4, but actually until the end of
    it, which is actually the start of base 5. Hence we
    offset all end positions by 1

Add Readme

No one aside from @mycql uses this project right now since no one knows what it does. Add a detailed Readme and a set of examples on how to use this project.

Use monorepo structure

Since the plan is to have multiple different renderer implementations, it would make sense to make each renderer a package. As such to simplify repo management, we can change the project structure as a monorepo and use (lerna.js) to manage this repo.

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.