Changes between Version 10 and Version 11 of PDBj-DDBJ-KEGG
- Timestamp:
- 2008/02/12 13:33:17 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDBj-DDBJ-KEGG
v10 v11 37 37 let hits = BLAST_DDBJ(fasta) 38 38 if func_known(hits) then 39 done39 return hits 40 40 else 41 41 let new_hits = BLAST_PDBj(fasta) … … 44 44 let shits = struct_navi(hit) 45 45 if exists(shits) then 46 return (shits)46 return shits 47 47 done 48 48