Parent Directory
|
Revision Log
|
Patch
revision 1.359, Fri Sep 2 22:21:57 2005 UTC | revision 1.360, Fri Sep 2 22:23:33 2005 UTC | |
---|---|---|
# | Line 6878 | Line 6878 |
6878 | next; | next; |
6879 | } | } |
6880 | ||
6881 | my $real_file = "$FIG_Config::organisms/$genome/annotations"; | my $file = "$FIG_Config::organisms/$genome/annotations"; |
6882 | my $file = "$FIG_Config::temp/testdir/$genome"; | my $fileno = $self->file2N($file); |
&verify_dir($file); | ||
$file .= "/annotations"; | ||
my $fileno = $self->file2N($real_file); | ||
6883 | my $ma = ($annotation =~ /^Set master function to/) ? 1 : 0; | my $ma = ($annotation =~ /^Set master function to/) ? 1 : 0; |
6884 | ||
6885 | # | # |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |