Thread Bioperl: remoteblast speichert Output file nicht (18 answers)
Opened by paidopoieo at 2005-12-02 02:27

coax
 2005-12-03 08:37
#60690 #60690
User since
2003-08-11
457 Artikel
BenutzerIn
[default_avatar]
[quote=paidopoieo,02.12.2005, 21:36]Was in Gottes Namen laeuft da falsch..... er legt mir die Files an aber sie sind leer, bei mir geht er in die if bedingung gar nicht rein.....gleich else zweig...[/quote]
Hab es eben mal getestet. Bekomme ebenfalls leere Files, was auch logisch scheint baut man ein $rc->next_result ein und fragt das Ergebnis ab, in etwa so
Code: (dl )
1
2
3
4
5
6
7
8
9
10
           }
          else {
              my $result = $rc->next_result;
              unless( defined $result ) {
                  warn "warn: $rid has no result!...\n...removing $rid\n";
                  $factory->remove_rid( $rid );
                  next;
              }

              print "retrieved Results successfully \n"

next_result() muesste doch was zurueckliefern, nicht ? :)
,,Das perlt aber heute wieder...'' -- Dittsche

View full thread Bioperl: remoteblast speichert Output file nicht