Created
November 22, 2019 05:37
-
-
Save NickSto/e7cad05473b9e448841555753ffcfe57 to your computer and use it in GitHub Desktop.
Galaxy history "export"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<!--base.mako--> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name = "viewport" content = "maximum-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |
<title> | |
Galaxy | |
| | |
</title> | |
<link rel="index" href="/"/> | |
<link href="/static/style/bootstrap-tour.css?v=1574359761" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="/static/style/base.css?v=1574359761" media="screen" rel="stylesheet" type="text/css" /> | |
<script src="/static/scripts/bundled/libs.chunk.js?v=1574359761" type="text/javascript"></script> | |
<script src="/static/scripts/bundled/base.chunk.js?v=1574359761" type="text/javascript"></script> | |
<script src="/static/scripts/bundled/generic.bundled.js?v=1574359761" type="text/javascript"></script> | |
<!-- message.mako javascript_app() --> | |
<script type="text/javascript"> | |
// galaxy_client_app.mako, load | |
var bootstrapped; | |
try { | |
bootstrapped = | |
{} | |
; | |
} catch(err) { | |
console.warn("Unable to parse bootstrapped variable", err); | |
bootstrapped = {}; | |
} | |
var options = { | |
root: '/', | |
config: | |
{ | |
"interactivetools_enable": false, | |
"terms_url": "https://usegalaxy.org/static/terms.html", | |
"ftp_upload_site": "ftp://usegalaxy.org", | |
"mailing_lists": "https://galaxyproject.org/mailing-lists/", | |
"registration_warning_message": "Please register only one account. The usegalaxy.org service is provided free of charge and has limited computational and data storage resources. <strong>Registration and usage of multiple accounts is tracked and such accounts are subject to termination and data deletion.<\/strong>", | |
"nginx_upload_path": "/_upload", | |
"myexperiment_target_url": "www.myexperiment.org", | |
"communication_server_host": "http://localhost", | |
"welcome_url": "/static/welcome.html", | |
"enable_unique_workflow_defaults": false, | |
"server_mail_configured": true, | |
"chunk_upload_size": 104857600, | |
"wiki_url": "https://galaxyproject.org/", | |
"version_major": "19.09", | |
"support_url": "https://galaxyproject.org/support", | |
"persistent_communication_rooms": [], | |
"enable_quotas": true, | |
"remote_user_logout_href": null, | |
"logo_src": "/static/images/galaxyIcon_noText.png", | |
"enable_communication_server": false, | |
"has_user_tool_filters": false, | |
"message_box_visible": false, | |
"lims_doc_url": "https://usegalaxy.org/u/rkchak/p/sts", | |
"enable_openid": true, | |
"logo_url": "/", | |
"mailing_join_addr": "[email protected]", | |
"oidc": [], | |
"enable_oidc": false, | |
"search_url": "https://galaxyproject.org/search/", | |
"screencasts_url": "https://vimeo.com/galaxyproject", | |
"default_locale": null, | |
"ga_code": "UA-45719423-10", | |
"brand": null, | |
"communication_server_port": 7070, | |
"genomespace_ui_url": "https://gsui.genomespace.org/jsui/", | |
"allow_user_impersonation": false, | |
"allow_user_creation": true, | |
"show_welcome_with_login": false, | |
"citation_url": "https://galaxyproject.org/citing-galaxy", | |
"helpsite_url": "https://help.galaxyproject.org/", | |
"is_admin_user": false, | |
"allow_user_dataset_purge": true, | |
"server_startttime": 1574359761, | |
"require_login": false, | |
"inactivity_box_content": "Your account has not been activated yet. Feel free to browse around and see what's available, but you won't be able to upload data or run jobs until you have verified your email address.", | |
"message_box_content": "", | |
"use_remote_user": null, | |
"datatypes_disable_auto": false, | |
"visualizations_visible": true, | |
"message_box_class": "info" | |
} | |
, | |
user: | |
{ | |
"quota_percent": null, | |
"nice_total_disk_usage": "0 bytes", | |
"total_disk_usage": 0 | |
} | |
, | |
session_csrf_token: 'd4a7c3e965209f00b865ba70e4b40d64' | |
}; | |
config.set({ | |
options: options, | |
bootstrapped: bootstrapped | |
}); | |
</script> | |
<script type="text/javascript"> | |
config.addInitialization(function() { | |
if (parent.handle_minwidth_hint) { | |
parent.handle_minwidth_hint(-1); | |
} | |
}); | |
</script> | |
</head> | |
<body class="inbound"> | |
<div class="message mt-2 alert alert-info">No such object found.</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment