source: tags/ms_r16q2/UNIT_TESTER/run/general/pp_exp.amc

Last change on this file was 12002, checked in by westram, 10 years ago
  • mix in some old-style lines
File size: 1.5 KB
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 Apr 11 15:48:14 2014
15BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SEARCH');
16BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/field_sel_spec_0');
17BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/key_0','ambig');
18BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/field_sel_spec_0');
19BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/key_0','name');
20BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/query_0','a*');
21BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/field_sel_spec_0');
22BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/key_0','ambig');
23BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/by','1');
24BIO::remote_awar($gb_main,"ARB_NT","tmp/dbquery_spec/ere","0");
25BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
26# BIO::remote_action($gb_main,'ARB_NT','macros');
27# recording stopped @ Fri Apr 11 15:50:17 2014
28# recording resumed @ Fri Apr 11 15:50:36 2014
29BIO::remote_action($gb_main,'ARB_NT','SELECT_LIST_ENTRY/CLOSE');
30BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/query_0','*');
31BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
32# recording stopped @ Fri Apr 11 15:50:51 2014
33# recording resumed @ Fri Apr 11 16:07:50 2014
34# recording stopped @ Fri Apr 11 16:07:50 2014
35ARB::close($gb_main);
Note: See TracBrowser for help on using the repository browser.