source: tags/arb_5.0/arb_README.txt

Last change on this file was 6142, checked in by westram, 15 years ago
  • backport [6141] (parts not affecting code at all, i.e. helpfiles, figs, ..)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.8 KB
Line 
1
2Welcome to the 'ARB' Sequence Database Tools
3
4/*********** System Requirements *************/
5
6        ARB is currently developed on Linux PCs only.
7
8        Compiling ARB using the gcc compiler (versions 2.95.3, 3.x and 4.x series)
9        as well works on Mac OSX and Sun OS - but we do not publish or support
10        these versions.
11
12
13        Hardware Requirements (Linux):
14
15                                Good                    We use
16        Real memory :           1 Gb                    4 Gb   
17        Free discspace :        1 Gb                    more   
18        Computer speed :        2 GHz Cpu               2 GHz Dual Cpu
19                               
20
21        Note : Memory is more important than a fast processor!
22
23
24/*********** Files needed to install ARB *************/
25
26        File                   
27
28        'arb_install.sh'        // install script
29        'arb.tgz'               // ARB program
30
31        Note: do not uncompress and untar arb.tar.gz directly,
32              use the install script !!!
33
34/*********** Install/Update ARB *************/
35
36        ARB consists of more than 750 files which are installed into a single
37        directory. Creating this directory, copying all data into it, and setting
38        the permissions correctly is done by the installation script
39
40                'arb_install'
41
42        Goto the directory, where the files
43
44                'arb_install.sh'                //install script
45                'arb_README.txt'                //this file
46                'arb.tgz'                       //all the libs and bin
47                'zcat'                          //decompress
48
49        are located and type '/bin/sh arb_install.sh'
50
51        Answer all questions asked by the script.
52
53        Notes:- The script will ask about a pt_server directory. This is a
54                directory where arb will store big index files.
55                You should enter a different path as you do not want to
56                recreate those files after an ARB update.
57              - Normally pressing enter will be a good choice.
58              - You can rerun the script many times, it can be used to
59                change an existing installation.
60
61        Change your .cshrc/.profile files:
62
63                Set the environment variable ARBHOME
64                to the ARB installation directory
65                Append   $ARBHOME/bin   to your PATH
66
67        reread it,      (logout+login )
68
69        goto a directory with a demo database 'eg demo.arb'
70        and start 'ARB' with
71
72                        'arb'
73
74/*********** Additional information *************/
75
76        * See arb_INSTALL.txt for additional software needed and/or useful
77          together with ARB.
78
79
80/*********** PT_server *************/
81
82        To Install 'ARB' you have to know that some modules use a so
83        called 'pt_server' (prefix tree server).
84
85        ARB needs a writeable directory to store the pt_server files.
86        Those files are needed for fast database search
87        (by probe_design, probe_match and the automatic aligner)
88        and need a lot of disc space (up to several 100 mega bytes,
89        e.g. 4000 16S RNA sequences require about 40 MB).
90        This files are not created now. They can be build by any user via
91                <ARB_NTREE/Probes/PT_SERVER admin/Build server>
92        You may define a special directory as the pt_server files location.
93        This prevents any loss of data installing a new version of
94        ARB.
95        To minimize the use of ressources in a workstation cluster
96        only one pt_server for each database is started on a user defined
97        host. The first user starts the pt_server, and all other users
98        can connect to it.
99
100/*********** What you should know:      Swap *************/
101
102        Arb needs a lot of virtual memory
103        (about 50 Mbyte for 5000 Sequences, Length = 3000).
104        You can find out about installed swap space by typing:
105
106                Linux                   'top'
107                SunOS 1.x:              'pstat -s'
108                System V / SGI          'swap -s'
109                OSF                     'swapon -sv'
110
111        Call your system administrator or local guru to increase your
112        swap. (If you don't have such a nice person, try to read the
113        man pages: 'man -k swap')
114
115
116/************* The Database ************/
117
118        In the current release a small dataset (demo.arb) is provided.
119        This database contains a selection of artificial and real-life
120        sequences.
121
122        The intention of providing this small dataset first is to give
123        you the opportunity to get familiar with the program and to
124        test the performance of your computer system as well as the
125        stability of ARB on your system.
126
127
128/*********** Bugs *************/
129
130        ARB is running properly and stably on our systems. However, it
131        may be that there are bugs never detected by us or never
132        appearing on our systems. Please don't hesitate to inform us
133        about any bugs. A detailed description of the steps performed
134        before the problem was evident and of the number and types of
135        modules running at the same time would extremely be helpful to
136        our computer scientists.
137
138        Please report bugs into our bug tracker at
139               http://bugs.arb-home.de/
140
141
142/*********** Support *************/
143
144        Please send any comments, bug reports or questions to
145
146                arb@arb-home.de
147
148
149/*********** Copyright Notice *************/
150
151        Please see the file
152
153               arb_LICENSE.txt
154
155        in the ARB installation directory.
156
157/*********** Disclaimer *************/
158
159        THE AUTHORS OF ARB GIVE NO WARRANTIES, EXPRESSED OR IMPLIED
160        FOR THE SOFTWARE AND DOCUMENTATION PROVIDED, INCLUDING, BUT
161        NOT LIMITED TO WARRANTY OF MERCHANTABILITY AND WARRANTY OF
162        FITNESS FOR A PARTICULAR PURPOSE.
163
164
165Have fun!
166
167
Note: See TracBrowser for help on using the repository browser.