Changes between Version 15 and Version 16 of PDBj-DDBJ-KEGG

Show
Ignore:
Timestamp:
2008/02/12 17:53:31 (16 years ago)
Author:
akinjo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDBj-DDBJ-KEGG

    v15 v16  
    3838let hits = BLAST_DAD(fasta) 
    3939if func_known(hits) then 
    40   return hits 
     40  send_to_KEGG( hits ) 
    4141else 
    4242   let new_hits = BLAST_PDBj(fasta) 
     
    4545          let shits = struct_navi(hit)  
    4646            if exists(shits) then  
    47               return shits 
     47              send_to_KEGG( shits ) 
    4848       done 
    4949