Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<meta name="description" content="Simple BioJS example" />
<!-- you only need to include the MSA scrip -->
<script src="https://s3.eu-central-1.amazonaws.com/cdn.bio.sh/msa/latest/msa.min.gz.js"></script>
 
  
<div id="yourDiv">press "Run with JS"</div>
 
var opts = {
    el: document.getElementById("yourDiv"),
    vis: {
      conserv: false,
      overviewbox: false
    },
    // smaller menu for JSBin
    menu: "small",
    bootstrapMenu: true
};
var m = new msa.msa(opts);
m.u.file.importURL("http://rostlab.org/~goldberg/jalv_example.clustal", function(){
  m.render();
});
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers