root/tags/release_2007_12/arb_README.txt

Revision 4934, 5.5 KB (checked in by westram, 5 years ago)

- renamed 'update' into 'built' (ptserver)
- fixed PT-admin menu-location

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