Ticket #470: _logged.amc

File _logged.amc, 920 bytes (added by westram, 11 years ago)

replaced by version recorded in ARB-trunk

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 @ Fri Feb 21 10:23:54 2014
15BIO::remote_action($gb_main,"ARB_NT","ARB_NT/SEARCH");
16BIO::remote_action($gb_main,"ARB_NT","SPECIES_QUERY/SEARCH_spec");
17BIO::remote_awar($gb_main,"ARB_NT","tmp/dbquery_spec/select","ArtGlobi");
18BIO::remote_action($gb_main,"ARB_NT","species_info");
19BIO::remote_action($gb_main,"ARB_NT","spec_search_next_relativ_of_sel");
20BIO::remote_action($gb_main,"ARB_NT","SEARCH_NEXT_RELATIVE_OF_SELECTED/CURR_PT_SERVER");
21BIO::remote_awar($gb_main,"ARB_NT","tmp/probe_admin/pt_server","7");
22BIO::remote_action($gb_main,"ARB_NT","SEARCH_NEXT_RELATIVE_OF_SELECTED/SEARCH");
23# BIO::remote_action($gb_main,"ARB_NT","macros");
24# recording stopped @ Fri Feb 21 10:24:49 2014
25ARB::close($gb_main);