| Hit (GenBank Accn) |      
      Product |  
      Source Genome |  
      
      Eval. | 
      Ident.(%) | 
    
|  
                   
                | 
               phage protein | 
               NC_018608 (Staphylococcus aureus 08BA02176) | 
               2e-29 | 
               100 | 
|  
                   
                | 
               hypothetical protein | 
               NC_017337 (Staphylococcus aureus ED133) | 
               2e-29 | 
               100 | 
|  
                   
                | 
               pathogenicity island protein | 
               NC_007622 (Staphylococcus aureus RF122) | 
               2e-29 | 
               100 | 
|  
                   
                | 
               hypothetical protein | 
               NC_017333 (Staphylococcus aureus ST398) | 
               2e-29 | 
               100 | 
|  
                   
                | 
               hypothetical protein | 
               NC_020238 (Bacillus cereus HD73) | 
               3e-09 | 
               45 | 
|  
                   
                | 
               hypothetical protein | 
               NC_018500 (Bacillus thuringiensis HD-771) | 
               3e-09 | 
               45 | 
|  
                   
                | 
               tracriptional regulatory protein | 
               NC_009495 (Clostridium botulinum ATCC 3502) | 
               0.027 | 
               42 | 
|  
                   
                | 
               DNA-binding protein | 
               NC_009697 (Clostridium botulinum ATCC 19397) | 
               0.14 | 
               42 | 
|  
                   
                | 
               DNA-binding protein | 
               NC_009698 (Clostridium botulinum Hall) | 
               0.14 | 
               42 | 
|  
                   
                | 
               DNA-binding protein | 
               NC_010520 (Clostridium botulinum Loch Maree) | 
               0.14 | 
               42 | 
|  
                   
                | 
               DNA-binding protein | 
               NC_012658 (Clostridium botulinum 657) | 
               0.15 | 
               42 | 
SELECT   distinct ph.genome_accn, ph.id_genome_orf, ph.position_begin_pai, ph.position_end_pai, ph.position_begin_genome, ph.position_end_genome, ph.identity, ph.qcoverage, ph.tcoverage,
                          ph.evalue, ph.score, ph.multi_hsp, ph.multi_strand, ph.source_class, hsp, go.name, go.name_alt, go.pid
          FROM     pai_homolog as ph, genome_orf as go 
          WHERE    ph.pai_accn='NC_017337_P2' AND ph.id_pai_orf='4' AND match_level='P'
                   AND go.genome_accn=ph.genome_accn  AND ph.id_genome_orf=go.id_genome_orf
          ORDER BY ph.score desc, ph.evalue asc, ph.identity desc