[Bioperl-guts-l] bioperl-run/Bio/Tools/Run PiseJob.pm,1.10,1.11
Catherine Letondal
letondal at pub.open-bio.org
Thu Sep 15 09:52:58 EDT 2005
Update of /home/repository/bioperl/bioperl-run/Bio/Tools/Run
In directory pub.open-bio.org:/tmp/cvs-serv19532
Modified Files:
PiseJob.pm
Log Message:
sub fh(): the test to compare the requested file and the url in the list of results was not appropriate.
Index: PiseJob.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-run/Bio/Tools/Run/PiseJob.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** PiseJob.pm 4 Jul 2003 03:36:01 -0000 1.10
--- PiseJob.pm 15 Sep 2005 13:52:56 -0000 1.11
***************
*** 699,703 ****
print STDERR "DEBUG> Bio::Tools::Run::PiseJob fh: $url (",$self->{PROGRAM},")\n";
}
! if ($url =~ /$file/) {
if ($self->{DEBUG}) {
print STDERR "Bio::Tools::Run::PiseJob::fh: this one ($file)!\n";
--- 699,703 ----
print STDERR "DEBUG> Bio::Tools::Run::PiseJob fh: $url (",$self->{PROGRAM},")\n";
}
! if ($url =~ /$file/ or $file =~ /$url/ or $file==$url) {
if ($self->{DEBUG}) {
print STDERR "Bio::Tools::Run::PiseJob::fh: this one ($file)!\n";
More information about the Bioperl-guts-l
mailing list