Ticket #550: crash_sq_after_import.amc

File crash_sq_after_import.amc, 1.0 KB (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 @ Fri May 23 13:19:18 2014
15BIO::remote_action($gb_main,'ARB_NT','export_seqs');
16BIO::remote_awar($gb_main,'ARB_NT','tmp/export/form/file_name',$ENV{ARBHOME}.'lib/export/fasta.eft');
17BIO::remote_awar($gb_main,'ARB_NT','tmp/export_db/file/file_name','noname.fasta');
18BIO::remote_action($gb_main,'ARB_NT','ARB_EXPORT/GO');
19BIO::remote_action($gb_main,'ARB_NT','import_seq');
20BIO::remote_awar($gb_main,'ARB_NT','tmp/import/pattern/file_name','noname.fasta');
21BIO::remote_action($gb_main,'ARB_NT','ARB_IMPORT/AUTO_DETECT');
22BIO::remote_action($gb_main,'ARB_NT','ARB_IMPORT/GO');
23BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/ere','2');
24BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/by','2');
25BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/by','1');
26BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');