1 | #Please insert up references in the next lines (line starts with keyword UP) |
---|
2 | UP arb.hlp |
---|
3 | UP glossary.hlp |
---|
4 | |
---|
5 | #Please insert subtopic references (line starts with keyword SUB) |
---|
6 | SUB arb_gde.hlp |
---|
7 | SUB arb_db.hlp |
---|
8 | SUB arb_envar.hlp |
---|
9 | |
---|
10 | # Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain} |
---|
11 | |
---|
12 | #************* Title of helpfile !! and start of real strunk ******** |
---|
13 | TITLE ARB: Basic ARB-Shell Commands |
---|
14 | |
---|
15 | OCCURRENCE shell |
---|
16 | |
---|
17 | SECTION COMMANDS |
---|
18 | |
---|
19 | 'arb [filename]' |
---|
20 | |
---|
21 | Starts the main program ARB_NT which also includes the database |
---|
22 | server. |
---|
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_NT to force saving the |
---|
49 | database in ASCII mode. |
---|
50 | Because arb_panic bypasses any running operation of ARB_NT, |
---|
51 | |
---|
52 | THE SAVED DATABASE MAY CONTAIN INCONSISTENT DATA. |
---|
53 | |
---|
54 | It interactively asked for file name and whether it should |
---|
55 | kill arb after saving. |
---|
56 | |
---|
57 | 'arb_2_ascii filename [dest_filename]' |
---|
58 | |
---|
59 | Converts any ARB database to ASCII format. |
---|
60 | |
---|
61 | Also tries to recover corrupt files (if dest_filename is skipped). |
---|
62 | Backup first!!! |
---|
63 | |
---|
64 | Žarb_2_bin [-m] [-r] [-c][tree_xxx] database [newdatabase]Ž |
---|
65 | |
---|
66 | Purpose: Converts a database to binary format |
---|
67 | |
---|
68 | Options: |
---|
69 | -m create map file too |
---|
70 | -r try to repair destroyed database |
---|
71 | -c[tree_xxx] optimize database compression using tree_xxx or largest tree |
---|
72 | |
---|
73 | NOTES It is very useful to start a performance meter to see |
---|
74 | whether there are running background jobs (fastdnaml, phylip...) |
---|
75 | |
---|
76 | All arb_... commands show some basic usage info if you call |
---|
77 | them with parameter '--help' |
---|
78 | |
---|
79 | i.e. arb_ntree --help |
---|
80 | |
---|
81 | WARNINGS Don't destroy an existing arb file with arb_panic. |
---|
82 | |
---|
83 | BUGS No bugs known |
---|