forked from luponzo86/rhapsody-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
results-bq.html
71 lines (66 loc) · 2.12 KB
/
results-bq.html
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
<!-- body -->
<div class="jumbotron">
<div class="container text-center">
<h2>Results for job #{{jobid}}</h2>
(will only be available for 48 hours)
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm text-center">
<h4>output files {{faq_link_output}}</h4>
</div>
</div>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm-8 py-2">
<table class="table table-sm text-center">
<tbody>
<tr>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-predictions.txt" target='_blank'>
Rhapsody predictions<br>(simple view)</a>
</td>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-predictions-full_vs_reduced.txt"
target='_blank'> Rhapsody predictions<br>(detailed view)</a>
</td>
<td colspan="2">
<a href="{{jobdir}}/pph2-short.txt" target='_blank'>
PolyPhen-2 output</a><br>
<a href="http://genetics.bwh.harvard.edu/pph2/" target='_blank'>
(link to website <sup><i class="fas fa-external-link-alt"></i></sup>)
</a>
</td>
</tr>
<tr>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-Uniprot2PDB.txt" target='_blank'>
PDB mapping</a>
</td>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-features.txt" target='_blank'>
computed features</a>
</td>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-log.txt" target='_blank'>
log file</a>
</td>
</tr>
<tr class="table-info">
<td></td>
<td colspan="2">
<a href="{{jobdir}}" target='_blank'>view folder</a>
</td>
<td colspan="2">
<a href="{{jobdir}}/rhapsody-results.zip" target='_blank'>
download zip</a>
</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm"></div>
</div>
</div>