Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Set the starting position of the MSA #39

Closed
homonecloco opened this issue Sep 1, 2014 · 1 comment
Closed

Set the starting position of the MSA #39

homonecloco opened this issue Sep 1, 2014 · 1 comment
Assignees
Milestone

Comments

@homonecloco
Copy link

I would like to be able to initialise a position from where to show the MSA, but still be able to scroll backwards (something like

var msa = new biojs.vis.msa.msa({el: div_obj, seqs: seqs, start_pos=50})

@wilzbach wilzbach added this to the 0.2 milestone Sep 1, 2014
@wilzbach wilzbach self-assigned this Sep 1, 2014
@wilzbach
Copy link
Owner

you can use it like this:

msa({el: div_obj, seqs: seqs})
msa.g.zoomer.setLeftOffset(10)
``

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants