Ticket #553: _logged.amc

File _logged.amc, 538 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 @ Mon Jun  2 11:19:54 2014
15# BIO::remote_action($gb_main,'ARB_NT','MACROS/CLOSE');
16BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SEARCH');
17BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
18BIO::remote_action($gb_main,'ARB_NT','sort_by_tree');
19BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');