File: index.html

package info (click to toggle)
gbrowse 2.56%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,112 kB
  • ctags: 4,436
  • sloc: perl: 50,765; sh: 249; sql: 62; makefile: 45; ansic: 27
file content (141 lines) | stat: -rw-r--r-- 4,417 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Generic Genome Browser</title>
<link rel="stylesheet" href="tutorial/tutorial.css">
</head>

<body>
<h1>Generic Genome Browser, v2</h1>

<a href="http://www.gmod.org/"><img src="gmod_cog.jpeg" border="0" align="RIGHT"></a>

<p>

Welcome to the Generic Genome Browser!

<h2>Documentation</h2>

<dl>
  <dt><b>Online tutorial and sample data files</b></dt>
  <dd><a href="tutorial/tutorial.html">/var/www/gbrowse2/tutorial<a>.</dd>
  <dt><b>Installation and configuration manual</b></dt>
  <dd><a href="http://gmod.org/wiki/GBrowse_2.0_HOWTO">GBrowse 2.0 HOWTO</a></dd>
  <dt><b>Example scripts to control GBrowse from the command line</b></dt>
  <dd><a href="example_scripts">/var/www/gbrowse2/example_scripts</a></dd>
</dl>

<h2>Example Databases (requires gbrowse-data package)</h2>

<p>

Example in-memory databases from yeast chromosomes 1 and 2 have been
installed for you.  Try them at these URL:

<ul>
<li><a href="/cgi-bin/gbrowse/gbrowse/yeast">http://your.host/cgi-bin/gbrowse/gbrowse/yeast</a> (simple example)</li>
<li><a href="/cgi-bin/gbrowse/gbrowse/yeast_advanced">http://your.host/cgi-bin/gbrowse/gbrowse/yeast_advanced</a> (advanced example)</li>
<li><a href="/cgi-bin/gbrowse/gbrowse/yeast_renderfarm">http://your.host/cgi-bin/gbrowse/gbrowse/yeast_renderfarm</a> (yeast_renderfarm example)</li>
</ul>

<p>
The "yeast_renderfarm" example will only work if a local gbrowse_slave
render slave daemon is running. To launch the daemon, run this command
as the root user:

<pre>
% /etc/init.d/gbrowse-slave start
</pre>

<h3>Alternative URLs</h3>

If you allowed the install process to adjust your Apache
configuration, you can use the alias /gb2 as an alternative to
/cgi-bin/gb2:

<ul>
<li><a href="/gb2/gbrowse/yeast">http://your.host/gb2/gbrowse/yeast</a></li>
<li><a href="/gb2/gbrowse/yeast_advanced">http://your.host/gb2/gbrowse/yeast_advanced</a></li>
<li><a href="/gb2/gbrowse/yeast_renderfarm">http://your.host/gb2/gbrowse/yeast_renderfarm</a></li>
</ul>

<h3>Accelerated Demos</h3>

By default, FastCGI and ModPerl are not set by gbrowse installation,
However, if you have FastCGI and/or ModPerl installed, you will have access to
 accelerated versions of gbrowse a these URLs:

<ul>
  <li>mod_fcgid
      <ul>
	<li><a href="/fgb2/gbrowse/yeast">http://your.host/fgb2/gbrowse/yeast</a></li>
	<li><a href="/fgb2/gbrowse/yeast_advanced">http://your.host/fgb2/gbrowse/yeast_advanced</a></li>
	<li><a href="/fgb2/gbrowse/yeast_renderfarm">http://your.host/fgb2/gbrowse/yeast_renderfarm</a></li>
      </ul>
  </li>
  <li>mod_fastcgi
      <ul>
	<li><a href="/fast/gbrowse/yeast">http://your.host/fast/gbrowse/yeast</a></li>
	<li><a href="/fast/gbrowse/yeast_advanced">http://your.host/fast/gbrowse/yeast_advanced</a></li>
	<li><a href="/fast/gbrowse/yeast_renderfarm">http://your.host/fast/gbrowse/yeast_renderfarm</a></li>
      </ul>
  </li>
  <li>mod_perl
      <ul>
	<li><a href="/mgb2/gbrowse/yeast">http://your.host/mgb2/gbrowse/yeast</a></li>
	<li><a href="/mgb2/gbrowse/yeast_advanced">http://your.host/mgb2/gbrowse/yeast_advanced</a></li>
	<li><a href="/mgb2/gbrowse/yeast_renderfarm">http://your.host/mgb2/gbrowse/yeast_renderfarm</a></li>
      </ul>
  </li>
</ul>


<h2>Directory Paths</h2>

<p>

For future reference, here is where you've installed GBrowse's various
components:

<dl>
  <dt>GBrowse documentation, stylesheets and in-memory databases.
  <dd><b>$HTDOCS</b>
      <p>
  <dt>GBrowse configuration files
  <dd><b>$CONF</b>
      <p>
  <dt>Preinstalled sample database(s)
  <dd><b>$DATABASES</b>
      <p>
  <dt>GBrowse CGI (web) scripts
  <dd><ul>
          <li><b>$CGIBIN/gbrowse</b>
          <li><b>$CGIBIN/gbrowse_img</b>
          <li><b>$CGIBIN/gbrowse_details</b>
      </ul>
      <p>
  <dt>Temporary directories for cached images and sessions.
  <dd><b>$TMP</b>
</dl>

<p>

<h2>Learning More</h2>

<p>

To find out more about Gbrowse, try the:

<ul>
  <li><a href="http://gmod.org/wiki/GBrowse_2.0_HOWTO">GBrowse 2.0 HOWTO</a>
  <li><a href="tutorial/tutorial.html">GBrowse Tutorial</a>
 <!-- <li><a href="contrib/conf_files">Sample Configuration Files</a> -->
</ul>


<hr>
<address>Lincoln D. Stein, lstein@cshl.org<br>
<a href="http://www.cshl.org/">Cold Spring Harbor Laboratory</a></address>
<!-- hhmts start -->
Last modified: Thu Mar 18 18:59:16 PDT 2010
<!-- hhmts end -->
</body> </html>