Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://s3-eu-west-1.amazonaws.com/biojs/parser/latest/parser.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
// 15 MB file - may take up to three secs (the first time)
biojs.io.snipspector.read("http://files.biojs.net/chromosomes/manny", function(result){
  console.log("succes", result);
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x