Ticket #522: _logged.amc

File _logged.amc, 612 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 @ Thu Apr 17 13:32:40 2014
15
16BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SELECT_AN_ALIGNMENT');
17BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SELECT_A_TREE');
18
19# uncomment one or both of the following two commands:
20BIO::remote_awar($gb_main,'ARB_NT','presets/use','????');
21BIO::remote_awar($gb_main,'ARB_NT','focus/tree_name','tree_?????');
22
23BIO::remote_action($gb_main,'ARB_NT','!run_all_cbs_alph');