Ticket #609: _logged.amc

File _logged.amc, 1.9 KB (added by westram, 10 years ago)
Line 
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use lib "$ENV{'ARBHOME'}/lib/";
6use ARB;
7
8my $gb_main = ARB::open(":","r");
9if (not $gb_main) {
10  my $error = ARB::await_error();
11  die "$error";
12}
13
14# recording started @ Thu Sep 25 11:28:01 2014
15BIO::remote_action($gb_main,'ARB_NT','old_arb_edit4');
16BIO::remote_awar($gb_main,'ARB_NT','focus/configuration','CloTyro3_insert_positions');
17BIO::remote_action($gb_main,'ARB_NT','SELECT_CONFIGURATION/START');
18BIO::remote_action($gb_main,'ARB_NT','new_window');
19BIO::remote_action($gb_main,'ARB_NT','ARB_NT_1/SELECT_A_TREE');
20BIO::remote_action($gb_main,'ARB_NT','SELECT_tree_name_1/CLOSE');
21BIO::remote_action($gb_main,'ARB_NT','arb_pars');
22BIO::remote_action($gb_main,'ARB_PARS','PARS_PROPS/GO');
23BIO::remote_action($gb_main,'ARB_PARS','add_marked_partial');
24BIO::remote_action($gb_main,'ARB_PARS','quit');
25BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SEARCH');
26BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/CLOSE');
27BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SELECT_A_TREE');
28BIO::remote_awar($gb_main,'ARB_NT','focus/tree_name','tree_part');
29BIO::remote_action($gb_main,'ARB_NT','arb_pars');
30BIO::remote_action($gb_main,'ARB_PARS','PARS_PROPS/GO');
31BIO::remote_action($gb_main,'ARB_PARS','add_marked_partial');
32BIO::remote_action($gb_main,'ARB_PARS','quit');
33BIO::remote_action($gb_main,'ARB_NT','ARB_NT_1/JUMP');
34BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SEARCH');
35BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/by','0');
36BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
37BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/select','CloTyro3');
38BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/CLOSE');
39BIO::remote_action($gb_main,'ARB_NT','SELECT_tree_name/CLOSE');
40BIO::remote_action($gb_main,'ARB_NT','ARB_NT_1/JUMP');
41BIO::remote_action($gb_main,'ARB_NT','ARB_NT/JUMP');
42# BIO::remote_action($gb_main,'ARB_NT','macros');
43# recording stopped @ Thu Sep 25 11:30:14 2014
44ARB::close($gb_main);