Mercurial > repos > gga > apollo_export
comparison test-data/dataset_1.dat @ 10:c3b5bc8b4080 draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 08015be1ee8a784e0619f961aaa724857debfd6f"
author | gga |
---|---|
date | Mon, 02 Dec 2019 05:43:20 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:f45ad96c9e08 | 10:c3b5bc8b4080 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
5 <title>JBrowse</title> | |
6 | |
7 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png"> | |
8 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png"> | |
9 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png"> | |
10 <link rel="manifest" href="site.webmanifest"> | |
11 <link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#5bbad5"> | |
12 <meta name="msapplication-TileColor" content="#2d89ef"> | |
13 <meta name="theme-color" content="#ffffff"> | |
14 | |
15 <script type="text/javascript"> | |
16 window.onerror=function(msg){ | |
17 if( document.body ) | |
18 document.body.setAttribute("JSError",msg); | |
19 } | |
20 if(window.process&&process.versions&&process.versions.electron) { | |
21 window.electronRequire = require; | |
22 delete window.require; | |
23 } | |
24 </script> | |
25 <style> | |
26 html, body, div.jbrowse { | |
27 margin: 0; | |
28 padding: 0; | |
29 height: 100%; | |
30 width: 100%; | |
31 } | |
32 </style> | |
33 <script type="text/javascript" src="dist/main.bundle.js" charset="utf-8"></script> | |
34 </head> | |
35 | |
36 <body> | |
37 <div class="jbrowse" id="GenomeBrowser" data-config='"allowCrossOriginDataRoot": false, "cacheBuster": true'> | |
38 <div id="LoadingScreen" style="padding: 50px;"> | |
39 <h1>Loading...</h1> | |
40 </div> | |
41 </div> | |
42 <div style="display: none">JBrowseDefaultMainPage</div> | |
43 </body> | |
44 </html> |