source: tags/arb-6.0-rc3/arb_README.txt

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