Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Micropathology/dee38479dc4b8f43e010df187b22ebe6 to your computer and use it in GitHub Desktop.
Save Micropathology/dee38479dc4b8f43e010df187b22ebe6 to your computer and use it in GitHub Desktop.
curl@ip/galaxy
</head>
<body scroll="no" class="full-content">
<div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<div id="background"></div>
<div id="masthead" class="navbar navbar-fixed-top navbar-inverse"></div>
<div id="messagebox" style="display: none;"></div>
<div id="inactivebox" class="panel-warning-message" style="display: none;"></div>
</div><!--end everything-->
<div id='dd-helper' style="display: none;"></div>
<noscript>
<div class="overlay overlay-background noscript-overlay">
<div>
<h3 class="title">Javascript Required for Galaxy</h3>
<div>
The Galaxy analysis interface requires a browser with Javascript enabled.<br>
Please enable Javascript and refresh this page.
</div>
</div>
</div>
</noscript>
<script src="/galaxy/static/scripts/libs/require.js?v=1533044013" type="text/javascript"></script>
<script src="/galaxy/static/scripts/bundled/libs.bundled.js?v=1533044013" type="text/javascript"></script>
<script src="/galaxy/static/scripts/bundled/analysis.bundled.js?v=1533044013" type="text/javascript"></script>
<script type="text/javascript">
require.config({
baseUrl: "/galaxy/static/scripts",
shim: {
"libs/underscore": {
exports: "_"
},
"libs/backbone": {
deps: [ 'jquery', 'libs/underscore' ],
exports: "Backbone"
}
},
// cache busting using time server was restarted
urlArgs: 'v=1533044037',
});
app(
{"session_csrf_token": "9b81a721bd43035c", "config": {"toolbox_in_panel": [{"model_class": "ToolSectionLabel", "version": "", "id": "basic_tools", "text": "Basic Tools"}, {"elems": [{"panel_section_name": "Get Data", "de$
{}
);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment