Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.13 Unable to search across multiple tracks #189

Open
xiuchengquek opened this issue Feb 25, 2016 · 0 comments
Open

Version 0.13 Unable to search across multiple tracks #189

xiuchengquek opened this issue Feb 25, 2016 · 0 comments

Comments

@xiuchengquek
Copy link

Hi writing in to address an issue with using more than one searchable tracks with biodalliance version 0.13

When I have 2 searchable source

 sources:     [{name:                 'Genome',
                   uri:                  'http://www.derkholm.net:8080/das/hg18comp/',
                   tier_type:            'sequence',
                   provides_entrypoints: true},
                  {name:                 'Genes',
                   desc:                 'Gene structures from Ensembl 54',
                   uri:                  'http://www.derkholm.net:8080/das/hsa_54_36p/',
                   collapseSuperGroups:  true,
                   provides_karyotype:   true,
                   provides_search:      true
                  },

                  {name:                 'Repeats',
                   uri:                  'http://www.derkholm.net:8080/das/hsa_54_36p/',
                   stylesheet_uri:       'http://www.derkholm.net/dalliance-test/stylesheets/ens-repeats.xml'},
                  {name:                 'MeDIP raw',
                   uri:                  'http://www.derkholm.net:8080/das/medipseq_reads'},
                  {name:                 'MeDIP-seq',
                   uri:                  'http://www.ebi.ac.uk/das-srv/genomicdas/das/batman_seq_SP/'},
                  {name:                 'test-search',
                   bwgURI:                  'https://pwbc.garvan.org.au/~xiuque/capseq_data/out.bb',
                   provides_search:      true,
                  }
   ]

This results in the following error ( from the console )

Uncaught TypeError: source.features is not a functionBrowser.doDasSearch @ dalliance-all.js:13360(anonymous function) @ dalliance-all.js:13351Browser.search @ dalliance-all.js:13353(anonymous function) @ dalliance-all.js:2482

However when i switch to the source of my biodalliance to version 0.11 at
http://www.biodalliance.org/release-0.11/dalliance-compiled.js

I can search by both the gene track and the test-search track that I have added.

The content of out.bb in bed format is a bed file with a single feature

1       200     2000    death
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant