-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.dataset.html
More file actions
executable file
·148 lines (146 loc) · 6.49 KB
/
Copy pathindex.dataset.html
File metadata and controls
executable file
·148 lines (146 loc) · 6.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>{{title}}</title>
<link rel="stylesheet" href="gtt_lab_styles.css" type="text/css" media="all" charset="utf-8">
<link rel="stylesheet" href="style.css" type="text/css" media="all">
<link rel="stylesheet" href="http://service.tartaglialab.com/static_files/styles/jRating.jquery.css" type="text/css" media="all">
<link rel="stylesheet" href="colorbox.css">
<style>
label {
display: inline-block;
width: 5em;
}
</style>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<!-- security start -->
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/md5-min.js"></script>
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/parseuri.js"></script>
<script type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jquery-1.11.0.js"></script>
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jRating.jquery.js"></script>
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jquery.flot.js"></script>
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jquery.flot.axislabels.js"></script>
<script language="javascript" type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jquery.metadata.js"></script>
<script src="http://service.tartaglialab.com/static_files/js/jquery.tablesorter.js" type="text/javascript"></script>
<style type="text/css">
body {
/*hide main content */
display:none;
}
</style>
<script type="text/javascript" charset="utf-8">
// get pathname
var pathname = String(window.location.pathname.split("/").slice(0, -1).join("/"))
var fullurl = String(window.location)
var passKey = String(parseUri(fullurl).queryKey["unlock"].slice(0, 10))
try {
if (parseUri(fullurl).queryKey["unlock"].slice(0, 10) == hex_md5(pathname).slice(0, 10)) {
$().ready(function() {
$("body").show()
$("body").css("display", "block");
})
} else {
$().ready(function() {
$("body").empty()
$("body").show()
$("body").html("Unauthorised access - please contact administrator with current URL to restore access to the submission")
})
}
} catch (err) {
$().ready(function() {
$("body").empty()
$("body").show()
$("body").html("Unauthorised access - please contact administrator with current URL to restore access to the submission")
})
}
</script>
<!-- security end -->
<script>
$(document).ready(function(){
$('#table').tablesorter({
widgets: ['zebra'],
widgetZebra: {css: ["NormRow","AltRow"]} // css classes to apply to rows
});
});
</script>
<div id="topbar">
<div id="home_panel">
<p><a href="http://service.tartaglialab.com/">Portal Home</a></p>
</div>
<div id="title_server">
<h1>CROSSalign</h1>
</div>
<div id="navbar_server">
<h3>[
<a target="" href="http://service.tartaglialab.com/new_submission/crossalign">CROSSalign Home</a>
-
<a target="" href="http://service.tartaglialab.com/static_files/algorithms/crossalign/tutorial.html">Tutorial</a>
-
<a target="" href="http://pasteur.crg.es/portal/page/portal/827A462EAB6802B3E04012AC0E01291B">Group page @ CRG</a>
]</h3>
</div>
</div>
<div id="welcome_server">
<div>
<h2>Your submission results</h2><br />
<span id="submission_info">
<h4>Information about the JOB:</h4>
<p>
ID: {{randoms}}<br />
User label: {{title}}<br />
Input RNA: <a href="rna.fasta">FASTA file</a>, <a href="table1.txt">CROSS profile </a><br />
Feature: {{feature}}<br />
Generated: {{generated}}<br /><br />
</p>
</span>
<br />
{{summary|safe}}
<a href="Submission.zip"><img height=30 width=30 src="tab.gif"> Download the complete table as .zip file(input, target, structural score, starting match, p-value) </a>
<br /><br />
<h2 align="center"> Top results:</br></h2>
<br />
<div style="height:500px; overflow:auto;">
<!--<div style="float:left;width:940px;">-->
<table cellpadding="0" cellspacing="0" border="0" id="table" class="tablesorter">
<thead>
<tr>
<th class="nosort"><p align="center" color="firebrick">Short_RNA</p></th>
<th class="nosort"><p align="center" color="firebrick">Large_RNA</p></th>
<th class="nosort"><p align="center" color="firebrick">Structural_Score</p></th>
<th class="nosort"><p align="center" color="firebrick">Starting_match</p></th>
<th class="nosort"><p align="center" color="firebrick">p-value</p></th>
</tr>
</thead>
<script type="text/javascript">
var ajaxRq = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Msxml2.XMLHTTP");
ajaxRq.open("GET", "table.html", false);
ajaxRq.send(null);
document.write(ajaxRq.responseText);
</script>
</table>
<!-- table sorter -->
<script type="text/javascript" src="http://service.tartaglialab.com/static_files/js/jquery.tablesorter.js"></script>
<script>
$(document).ready(function()
{
$("#myTable").tablesorter();
}
);
</script>
<!--</div>-->
<div style="clear:both;">
<br>
</div>
</div>
<br>
</div>
</div>
<div id="footer_main">
<hr>
<p>© 2015 - <a href="http://big.crg.cat/gene_function_and_evolution" target="_blank">Gene Function and Evolution</a> - <a href="http://www.crg.eu" target="_blank">Center for Genomic Regulation (CRG)</a></p>
</div>
</body>
</html>