Skip to content

Commit

Permalink
Refine example for unbanded annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Jun 12, 2019
1 parent c70f603 commit 155c3bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/vanilla/annotations-unbanded.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ <h1>Annotations, unbanded | Ideogram</h1>
var config = {
container: '#container',
orientation: 'vertical',
organism: 'arabidopsis thaliana',
showNonNuclearChromosomes: true,
organism: 'Caenorhabditis elegans',
chrHeight: 275,
annotations: [{chr: 1, start: 10000000, stop: 10000001}]
annotations: [{chr: '1', start: 10000000, stop: 10000001}]
};

var ideogram = new Ideogram(config);
Expand Down

0 comments on commit 155c3bf

Please sign in to comment.