Giter Club home page Giter Club logo

Comments (6)

jrobinso avatar jrobinso commented on August 16, 2024

An approximate roadmap.

  • decide on a type identifier for the new custom forma. decided. its "gtexGWAS"
  • create small example file and put in test / data folder
  • extend igv.FeatureParser to handle the new file type by implementing a new decode function. The function should return an object with a minimum of 3 properties: chr, start, end. Look at decodePeak in the file feature/igv.Feature for a model. This function can be passed in to the FeatureParser constructor, but for now just stick it in the file and add a new entry to the switch/case in the constructor.
  • write a unit test for the new parser in the test folder. Use testBED.html and testBED.js as a model
  • "run" unit test by opening its html in a browser
  • you should now be able to create a track using a config option similar to this

{ type : 'gtexGWAS', url 'http://.....', label : 'GWAS track' }

  • discuss next step with Jim...

** NOTE: start position of feature should be in zero based coordinates. For a snp subtract 1 from the value in the file for the start position. The end position == value in the file.

from igv.js.

khadley avatar khadley commented on August 16, 2024

The branch that the changes are on is kane_2April2015_gtexGWAS

from igv.js.

jrobinso avatar jrobinso commented on August 16, 2024

Kane, how does latest grunt "break build"? I don't want to merge the
grunt file "WORKS_LOCAL_BRE..." into master. We need to fix the
standard grunt file before the merge. Open a git issue and describe
the problem.

On 4/14/15 11:35 AM, khadley wrote:

The branch that the changes are on is kane_2April2015_gtexGWAS


Reply to this email directly or view it on GitHub
#65 (comment).

from igv.js.

khadley avatar khadley commented on August 16, 2024

From the git log it looks like Doug added that file and I inherited it when I did a rebase to keep my branch up to date with any changes made in master.

from igv.js.

jrobinso avatar jrobinso commented on August 16, 2024

Ahh, o.k., I'll delete it then. Should have checked the log, sorry.

On Tue, Apr 14, 2015 at 1:14 PM, khadley [email protected] wrote:

From the git log it looks like Doug added that file and I inherited it
when I did a rebase to keep my branch up to date with any changes made in
master.


Reply to this email directly or view it on GitHub
#65 (comment)
.

from igv.js.

jrobinso avatar jrobinso commented on August 16, 2024

Support for basic track is done. Still needs work on popup text, will open a new issue

from igv.js.

Related Issues (20)

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.