Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
888 bytes
|
Line | |
---|
1 | #!/usr/arb/bin/perl |
---|
2 | use lib "$ENV{'ARBHOME'}/lib/"; |
---|
3 | use ARB; |
---|
4 | |
---|
5 | $gb_main = ARB::open(":","r"); |
---|
6 | if (! $gb_main ) { |
---|
7 | $error = ARB::get_error(); |
---|
8 | print ("$error\n"); |
---|
9 | exit 0; |
---|
10 | } |
---|
11 | |
---|
12 | BIO::remote_action($gb_main,"ARB_NT","ARB_NT/unmark_all"); |
---|
13 | BIO::remote_action($gb_main,"ARB_NT","ARB_NT/SEARCH_SPECIES"); |
---|
14 | BIO::remote_awar($gb_main,"ARB_NT","tmp/arbdb_query_0/query","Bacillus"); |
---|
15 | BIO::remote_awar($gb_main,"ARB_NT","tmp/arbdb_query_0/query","*Bacillus*"); |
---|
16 | BIO::remote_action($gb_main,"ARB_NT","SPECIES_QUERY/SEARCH"); |
---|
17 | BIO::remote_awar($gb_main,"ARB_NT","tmp/arbdb_query_0/query","Bacillus*"); |
---|
18 | BIO::remote_action($gb_main,"ARB_NT","SPECIES_QUERY/SEARCH"); |
---|
19 | BIO::remote_awar($gb_main,"ARB_NT","tmp/arbdb_query_0/key","full_name"); |
---|
20 | BIO::remote_action($gb_main,"ARB_NT","SPECIES_QUERY/SEARCH"); |
---|
21 | BIO::remote_action($gb_main,"ARB_NT","SPECIES_QUERY/MARK_LISTED_UNMARK_REST"); |
---|
22 | ARB::close($gb_main); |
---|
Note: See
TracBrowser
for help on using the repository browser.