Mercurial > repos > bimib > cobraxy
comparison COBRAxy/dist/release/index.html @ 311:fa041ec0b755 draft
Uploaded
author | francesco_lapi |
---|---|
date | Mon, 26 May 2025 14:06:38 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
310:c9647b137ab6 | 311:fa041ec0b755 |
---|---|
1 <html> | |
2 <head> | |
3 <title>release</title> | |
4 <style type="text/css"> | |
5 a, a:active { | |
6 text-decoration: none; color: blue; | |
7 } | |
8 a:visited { | |
9 color: #48468F; | |
10 } | |
11 a:hover, a:focus { | |
12 text-decoration: underline; color: red; | |
13 } | |
14 body { | |
15 background-color: #F5F5F5; | |
16 } | |
17 h2 { | |
18 margin-bottom: 12px; | |
19 } | |
20 th, td { | |
21 font: 100% monospace; text-align: left; | |
22 } | |
23 th { | |
24 font-weight: bold; padding-right: 14px; padding-bottom: 3px; | |
25 } | |
26 th.tight { | |
27 padding-right: 6px; | |
28 } | |
29 td { | |
30 padding-right: 14px; | |
31 } | |
32 td.tight { | |
33 padding-right: 8px; | |
34 } | |
35 td.s, th.s { | |
36 text-align: right; | |
37 } | |
38 td.summary { | |
39 white-space: nowrap; | |
40 overflow: hidden; | |
41 } | |
42 td.packagename { | |
43 white-space: nowrap; | |
44 text-overflow: ellipsis; | |
45 overflow: hidden; | |
46 max-width: 180px; | |
47 padding-right: 8px; | |
48 } | |
49 td.version { | |
50 //white-space: nowrap; | |
51 overflow: hidden; | |
52 max-width: 90px; | |
53 padding-right: 8px; | |
54 } | |
55 table { | |
56 background-color: white; | |
57 border-top: 1px solid #646464; | |
58 border-bottom: 1px solid #646464; | |
59 padding-top: 10px; | |
60 padding-bottom: 14px; | |
61 } | |
62 address { | |
63 color: #787878; | |
64 padding-top: 10px; | |
65 } | |
66 </style> | |
67 </head> | |
68 <body> | |
69 <h2>release</h2> | |
70 <h3><a href="rss.xml">RSS Feed</a> <a href="channeldata.json">channeldata.json</a></h3> | |
71 <a href="noarch">noarch</a> <a href="win-64">win-64</a> <table> | |
72 <tr> | |
73 <th style="padding-right:18px;">Package</th> | |
74 <th>Latest Version</th> | |
75 <th>Doc</th> | |
76 <th>Dev</th> | |
77 <th>License</th> | |
78 <th class="tight">win-64</th><th class="tight">noarch</th> <th>Summary</th> | |
79 </tr> | |
80 <tr> | |
81 <td class="packagename"><a href="https://github.com/CompBtBs/COBRAxy.git">cobraxy</a></td> | |
82 <td class="version">0.1.0</td> | |
83 <td></td> | |
84 <td></td> | |
85 <td class="tight"></td> | |
86 <td></td><td>X</td> <td class="summary">A collection of tools for metabolic flux analysis in Galaxy.</td> | |
87 </tr> </table> | |
88 <address>Updated: 2025-03-07 17:03:09 +0000 - Files: 1</address> | |
89 </body> | |
90 </html> |