Ticket #621: _logged.amc

File _logged.amc, 668 bytes (added by westram, 9 years ago)

macro IDs changed

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 @ Thu Nov  6 12:26:16 2014
15BIO::remote_action($gb_main,'ARB_NT','pos_var_pars');
16BIO::remote_action($gb_main,'ARB_NT','CSP_BY_PARSIMONY/GO');
17BIO::remote_action($gb_main,'ARB_NT','RAxML (DNA)');
18BIO::remote_awar($gb_main,'ARB_NT','gde/Phylogeny_max_Likelihood/RAxML_DNA/RATES','POS_VAR_BY_PARSIMONY');
19BIO::remote_action($gb_main,'ARB_NT','GDE__Phylogeny_max_Likelihood__RAxML_DNA/GO');
20# recording stopped @ Mon Dec 21 14:24:31 2015
21ARB::close($gb_main);