Ticket #597: _logged.amc

File _logged.amc, 850 bytes (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 @ Wed Sep  3 16:02:25 2014
15BIO::remote_action($gb_main,'ARB_NT','ARB_NT/EDIT_SEQUENCES');
16BIO::remote_action($gb_main,'ARB_EDIT4','select_marked');
17BIO::remote_action($gb_main,'ARB_EDIT4','deselect_all');
18BIO::remote_action($gb_main,'ARB_NT','ins_del_col');
19BIO::remote_awar($gb_main,'ARB_NT','tmp/etc/security_level','6');
20BIO::remote_awar($gb_main,'ARB_NT','insdel/nchar','22');
21BIO::remote_action($gb_main,'ARB_NT','INSDEL_COLUMNS/INSERT');
22BIO::remote_action($gb_main,'ARB_NT','INSDEL_COLUMNS/CLOSE');
23BIO::remote_action($gb_main,'ARB_NT','ARB_NT/EDIT_SEQUENCES');
24# recording stopped @ Wed Sep  3 16:03:04 2014
25ARB::close($gb_main);