-
Notifications
You must be signed in to change notification settings - Fork 9
/
welcome.html
58 lines (50 loc) · 2.66 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/static/style/base.css" type="text/css" />
</head>
<body style="margin: 0">
<div class="jumbotron">
<div class="container">
<h2><strong>Welcome to Galaxy for Genome Annotation!</strong></h2>
<br>
<p>
To get started, upload a fasta genome, and some gff3 formatted
datasets. The <a href="/root?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fjbrowse%2Fjbrowse%2F0.5.2" target="_top">JBrowse</a>
tool will let you build up a JBrowse instance which is viewable
inside of Galaxy.
</p>
<p>
Once you've done that, you can
<a href="/root?tool_id=edu.tamu.cpt2.webapollo.create_or_update" target="_top">
Create or Update</a> an organism in Apollo with that JBrowse instance.
</p>
<p>
This container provides access to several services:
</p>
<div align=center>
<img src="./welcome_image.png" width="90%" height="90%" />
</div>
</div>
</div>
<div class="container">
<p class="lead">
<a target="_blank" class="reference" href="http://galaxyproject.org/">
Galaxy</a> is an open platform for supporting data intensive
research. Galaxy is developed by <a target="_blank" class="reference" href="http://wiki.galaxyproject.org/GalaxyTeam">The Galaxy Team</a>
with the support of <a target="_blank" class="reference" href="https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md">many contributors</a>.
The Galaxy Docker project is supported by the University of Freiburg, part of de.NBI.
The Galaxy-Apollo integration project is supported in part by the Center for Phage Technology under National Science Foundation Grant Number 1565146>
</p>
<footer>
The <a target="_blank" class="reference" href="http://galaxyproject.org/">Galaxy Project</a>
is supported in part by <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>,
<a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>,
<a target="_blank" class="reference" href="http://www.huck.psu.edu">The Huck Institutes of the Life Sciences</a>,
<a target="_blank" class="reference" href="http://www.ics.psu.edu">The Institute for CyberScience at Penn State</a>,
and <a target="_blank" class="reference" href="http://www.jhu.edu/">Johns Hopkins University</a>.
</footer>
</div>
</body>
</html>