|
Last change
on this file was
6263,
checked in by westram, 16 years ago
|
- removed deprecated function GB_get_error() aka get_error() from perl interface
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
319 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/perl -w |
|---|
| 2 | use lib "$ENV{'ARBHOME'}/lib/"; |
|---|
| 3 | use ARB; |
|---|
| 4 | |
|---|
| 5 | $gb_main = ARB::open(":","r"); |
|---|
| 6 | if (! $gb_main ) { |
|---|
| 7 | $error = ARB::await_error(); |
|---|
| 8 | print ("Error: $error\n"); |
|---|
| 9 | exit 0; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | BIO::remote_action($gb_main,"ARB_NT","probe_match"); |
|---|
| 13 | BIO::remote_action($gb_main,"ARB_NT","probe_design"); |
|---|
| 14 | ARB::close($gb_main); |
|---|
Note: See
TracBrowser
for help on using the repository browser.