Changes between Version 10 and Version 11 of PDBj-DDBJ-KEGG

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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDBj-DDBJ-KEGG

    v10 v11  
    3737let hits = BLAST_DDBJ(fasta) 
    3838if func_known(hits) then 
    39   done 
     39  return hits 
    4040else 
    4141   let new_hits = BLAST_PDBj(fasta) 
     
    4444          let shits = struct_navi(hit)  
    4545            if exists(shits) then  
    46               return(shits) 
     46              return shits 
    4747       done 
    4848