-
Notifications
You must be signed in to change notification settings - Fork 3
/
index-live.html
281 lines (225 loc) · 13.7 KB
/
index-live.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galaxy Europe</title>
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="/assets/media/galaxy-eu-logo.512.png" />
<meta name="description" content="The European Galaxy Instance">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://galaxyproject.eu/index-live.html">
<link rel="shortcut icon" href="/assets/media/galaxy-eu-logo.64.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Galaxy Europe" href="/feed.xml">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="/assets/js/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"></script>
<script src="/assets/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
</head>
<body>
<div id="wrap">
<div id="main">
<div class="container" id="maincontainer">
<style type="text/css">
#maincontainer {
width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.mcard {
box-shadow: 0px 0px 10px #ccc;
display: flex;
width: 21%;
flex-direction: column;
margin: 2em;
padding: 1em;
}
.mcard .card-img-top {
width: 100%;
}
.mcard h2{
text-align: center;
color: #333;
padding: 0.5em;
}
.mcard:hover {
box-shadow: 0px 0px 10px black;
}
.flex-container {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: flex-start;
margin-top: 7%;
}
.mcard img {
margin: auto;
}
.live-header-text {
text-align: justify;
overflow: hidden;
padding: 1em;
background-color: #f8f8f8;
box-shadow: 0px 0px 10px black;
}
.textcard {
margin-bottom: 0.5em;
color: #333;
text-align: center;
font-weight: bold;
}
</style>
<div class="live-header-text">
<p>
Welcome to the live instance of the European Galaxy server. This is your gateway to start interactive tools, such as
<a href="https://jupyter.org/">Jupyter</a>, <a href="https://rstudio.com/">RStudio</a> or other web-applications.
Each Interactive Tool runs in its own container on the <a href="https://www.denbi.de/cloud" target="_blank">de.NBI-cloud</a>.
Every <b>registered</b> user can start up to 10 different interactive tools simultaneously and can keep them running for up to 30 days.
You can interact with Galaxy via the API and in Jupyter and RStudio we have added convenient functions (put/get) to transfer data
back and forth between Galaxy and Jupyter resp. RStudio. Of course, you can also store your entire Notebook or R session back to Galaxy and
save all provenance information in a permanent storage.
</p>
<p>
If you start an Interactive tool it will keep spinning in a yellow state as long as the Container is running. To open your Tool you open the link
at <a href="https://live.usegalaxy.eu/interactivetool_entry_points/list" target="_top">User → Active InteractiveTools</a>. The eye icon of your Galaxy dataset
is not working yet. A <a href="https://training.galaxyproject.org/training-material/topics/galaxy-ui/tutorials/jupyterlab/tutorial.html">Jupyter</a> and <a href="https://training.galaxyproject.org/training-material/topics/galaxy-ui/tutorials/rstudio/tutorial.html">RStudio</a> tutorial is provided by the <a href="https://training.galaxyproject.org">Galaxy training Network</a>.
</p>
<p>
Enjoy!
</p>
</div>
<div class="flex-container">
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_jupyter_notebook" target="_top">
<img class="card-img-top" src="/assets/media/interactive/jupyter.svg" title="Jupyter Lab with various kernerls including Python, R and Julia" />
<p class="textcard">Jupyter lab for Python, R and Julia</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_rstudio" target="_top">
<img class="card-img-top" src="/assets/media/interactive/rstudio.png" title="RStudio with a basic R packages pre-installed." />
<p class="textcard">RStudio with basic R packages</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_mgnify_notebook" target="_top">
<img class="card-img-top" src="/assets/media/interactive/mgnify.png" title="Jupyter Notebooks for the MGnify API" />
<p class="textcard">Jupyter Notebooks for the MGnify API</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_askomics" target="_top">
<img class="card-img-top" src="/assets/media/interactive/askomics.png" title="AskOmics is a visual SPARQL query interface supporting both intuitive data integration and querying while shielding the user from most of the technical difficulties underlying RDF and SPARQL." />
<p class="textcard">SPARQL query interface</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_bam_iobio" target="_top">
<img class="card-img-top" src="/assets/media/interactive/bam.iobio.png" title="Examine your sequence alignment file in seconds." />
<h2>BAM IOBIO</h2>
<p class="textcard">Examine sequence alignment in seconds</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_vcf_iobio" target="_top">
<img class="card-img-top" src="/assets/media/interactive/vcf.iobio.io.png" title="Examine your variant file in seconds." />
<h2>VCF IOBIO</h2>
<p class="textcard">Examine your variant file in seconds</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_cellxgene" target="_top">
<img class="card-img-top" src="/assets/media/interactive/cellxgene.svg" title="An interactive explorer for single-cell transcriptomics data" />
<p class="textcard">Explore single-cell transcriptomics data</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_ethercalc" target="_top">
<img class="card-img-top" src="/assets/media/interactive/ethercalc.png" title="EtherCalc is a web spreadsheet" />
<h2>Ethercalc</h2>
<p class="textcard">A web spreadsheet</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_blobtoolkit" target="_top">
<img class="card-img-top" src="/assets/media/interactive/blobtoolkit.png" title="BlobToolKit Viewer is a genome-scale dataset visualistion" />
<h2>BlobToolKit</h2>
<p class="textcard">Genome-scale dataset visualistion</p>
</a>
<!--a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_paraview" target="_top">
<img class="card-img-top" src="/assets/media/interactive/paraview.svg" title="ParaView is an open-source, multi-platform data analysis and visualization application." />
<h2>Paraview</h2>
<p class="textcard">Multi-platform data analysis and visualization</p>
</a-->
<!--a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_neo4j" target="_top">
<img class="card-img-top" src="/assets/media/interactive/neo4j.png" title="Neo4j is a graph database management system storing and processing data as graphs." />
<p class="textcard">Graph database management system</p>
</a-->
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_phinch" target="_top">
<img class="card-img-top" src="/assets/media/interactive/phinch.svg" title="Phinch is a data visualization framework aimed at promoting novel explorations of large biological datasets (microbiomes, metagenomes, etc.)" />
<p class="textcard">Visualise large biological datasets (microbiomes, metagenomes, etc.)</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_metashark" target="_top">
<img class="card-img-top" src="/assets/media/interactive/Metashark2.png" title="MetaShARK (Metadata Shiny Automated Resources and Knowledge) is a tool designed to generate, notably through automatic inference, metadata through Ecological Metadata Language standard" />
<h2>MetaShARK</h2>
<p class="textcard">Generate Metadata from data using EML standard</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_wallace" target="_top">
<img class="card-img-top" src="/assets/media/interactive/wallace.jpg" title="Wallace is a modular platform for reproducible modeling of species niches and distributions" />
<h2>Wallace</h2>
<p class="textcard">Model niches and distributions of species</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_isee" target="_top">
<img class="card-img-top" src="https://raw.githubusercontent.com/iSEE/iSEE/master/inst/www/iSEE.png" title="iSEE - SummarizedExperiment Explorer" />
<p class="textcard">iSEE - SummarizedExperiment Explorer</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_wilson" target="_top">
<img class="card-img-top" src="/assets/media/interactive/wilson.png" title="Webbased Interactive Omics visualizatioN" />
<p class="textcard">Webbased Interactive Omics visualization</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_pyiron" target="_top">
<img class="card-img-top" src="/assets/media/interactive/pyiron.png" title="An integrated development environment (IDE) for computational materials science." />
<p class="textcard">IDE for Computational Materials Science</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_guacamole_desktop" target="_top">
<img class="card-img-top" src="/assets/media/interactive/xfce.png" title="Virtual Desktop environment based on Guacamole, Ubuntu and XFCE" />
<p class="textcard">Virtual Desktop environment</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_climate_notebook" target="_top">
<img class="card-img-top" src="/assets/media/interactive/jp-climate.png" title="Jupyter Lab with Python ecosystem for ocean/atmosphere/land/climate science. The list of packages used in this image is similar to what is available for Pangeo" />
<p class="textcard">Jupyter lab for ocean / atmosphere / land / climate python ecosystem</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_panoply" target="_top">
<img class="card-img-top" src="/assets/media/interactive/panoply.png" title="Panoply plots geo-referenced and other arrays from netCDF, HDF, and other datasets." />
<p class="textcard">Panoply netCDF Data Viewer</p>
</a>
<a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_higlass" target="_top">
<img class="card-img-top" src="/assets/media/interactive/higlass.jpg" title="HiGlass for visualise and interactivly explorer Hi-C data" />
<p class="textcard">HiGlass</p>
</a>
<!--a class="mcard" href="https://live.usegalaxy.eu/?tool_id=interactive_tool_openrefine" target="_top">
<img class="card-img-top" src="/assets/media/interactive/openrefine.png" title="OpenRefine is a powerful tool for working with messy data" />
<p class="textcard">OpenRefine</p>
</a-->
</div>
</div>
</div>
</div>
<footer class="navbar-default">
<div class="container">
<div class="row">
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<p>UseGalaxy.eu is maintained largely by the <a href="/freiburg/">Freiburg Galaxy Team</a> but also collectively by groups and individuals from across Europe. All of the member sites in this repository contribute to the European Galaxy Project.
For <strong>acknowledgement</strong>, please refer to the <a href="/about">About</a> section.
All content on this site is available under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0-1.0</a> unless otherwise specified.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<ul class="contact-info">
<li><i class="fa fa-github"></i><a href="https://github.com/usegalaxy-eu/website/tree/master/index-live.md">Edit this page on GitHub</a></li>
<li><i class="fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-github"></i><a href="https://github.com/usegalaxy-eu">usegalaxy-eu</a></li>
<li><img class="fa-mastodon" src="/assets/media/mastodon.svg" style="width:18px;height:18px;padding-right:4px;filter:grayscale(100%);-webkit-filter:grayscale(100%);"/><a href="https://bawü.social/@galaxyfreiburg">galaxyfreiburg</a></li>
<li><i class="fa fa-rss"></i>Subscribe <a href="/feed.xml">via RSS (UseGalaxy.eu Feed)</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script async defer data-domain="galaxyproject.eu" src="https://plausible.galaxyproject.eu/js/plausible.js"></script>
</body>
</html>