source: trunk/HELP_SOURCE/source/arb_commands.hlp

Last change on this file was 19708, checked in by westram, 3 months ago
  • update doc+gui:
    • avoid terms "ARB_NT" (=former name of main arb window), "ARB_NTREE" and similar
      • instead talk about "ARB main window"
    • correct refs to 'ARB/Probes/PT_SERVER Admin'.
    • update 'What are marked species?'.
    • update protection level documentation (parts already done with previous commit).
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     arb_gde.hlp
7SUB     arb_db.hlp
8SUB     arb_envar.hlp
9
10# format described in ../help.readme
11
12
13TITLE           ARB: Basic ARB-Shell Commands
14
15OCCURRENCE      shell
16
17SECTION         COMMANDS
18
19        'arb [filename]'
20
21                Starts the ARB main program (arb_ntree) which also
22                acts as the database server for other ARB modules.
23
24                The database server is memory based. That means:
25
26                        - All changes are only temporary until the
27                          database is saved.
28                        - The database is a single file which can be copied,
29                          deleted, renamed ...
30
31                The database file should have the suffix '.arb'.
32
33
34        'arb_clean'
35
36                Stops all your ARB processes and removes all temporary files in
37                the /tmp directory.
38                It does not kill non-arb processes. That means if you start
39                programs via the GDE interface you have to stop them yourself:
40                (phylip, desoete, ...)
41
42                        enter 'ps -ux'   or 'ps -f'
43                        search the process-id PID and kill it with
44                        'kill -9 PID'
45
46        'arb_panic'
47
48                Sends a signal (HANGUP) to ARB to force saving the database in ASCII mode.
49                Because arb_panic bypasses any running operation of ARB,
50
51                    THE SAVED DATABASE MAY CONTAIN INCONSISTENT DATA.
52
53                It interactively asked for file name and whether it should
54                kill arb after saving.
55
56        'arb_2_ascii filename [dest_filename]'
57
58                Converts any ARB database to ASCII format.
59
60                Also tries to recover corrupt files (if dest_filename is skipped).
61                Backup first!!!
62
63        'arb_2_bin [-m] [-r] [-c][tree_xxx] database [newdatabase]'
64
65                Purpose: Converts a database to binary format
66
67                Options:
68                         -m            create map file too
69                         -r            try to repair destroyed database
70                         -c[tree_xxx]  optimize database compression using tree_xxx or largest tree
71
72NOTES           It is very useful to start a performance meter to see
73                whether there are running background jobs (fastdnaml, phylip...)
74
75                All arb_... commands show some basic usage info if you call
76                them with parameter '--help'
77
78                        i.e.    arb_ntree --help
79
80WARNINGS        Don't destroy an existing arb file with arb_panic.
81
82BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.