| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | penicillin binding protein 4 | NC_004461 (Staphylococcus epidermidis ATCC 12228)
 | 6e-167 | 100 | 
|  | penicillin binding protein 4 | NC_020164 (Staphylococcus warneri SG1)
 | 5e-115 | 62 | 
|  | D-ala-D-ala-carboxypeptidase family protein | NC_017353 (Staphylococcus lugdunensis N920143)
 | 7e-95 | 56 | 
|  | penicillin binding protein 4 | NC_012121 (Staphylococcus carnosus TM300)
 | 4e-93 | 57 | 
|  | hypothetical protein | NC_007168 (Staphylococcus haemolyticus JCSC1435)
 | 9e-81 | 46 | 
|  | penicillin binding protein 4 | NC_007168 (Staphylococcus haemolyticus JCSC1435)
 | 2e-57 | 41 | 
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_004461_R1' AND ph.id_pai_orf='13' 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