5 Mason module that displays div of potato genome status information, based on the contents of a file.
15 my $html = "(Potato genome information currently not available)";
17 eval { $file = File::Spec->catfile($c->get_conf('homepage_files_dir'), 'potato_genome_info.txt');
18 $html = $m->file($file);