Changes between Version 15 and Version 16 of PDBj-DDBJ-KEGG
- Timestamp:
- 2008/02/12 17:53:31 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDBj-DDBJ-KEGG
v15 v16 38 38 let hits = BLAST_DAD(fasta) 39 39 if func_known(hits) then 40 return hits40 send_to_KEGG( hits ) 41 41 else 42 42 let new_hits = BLAST_PDBj(fasta) … … 45 45 let shits = struct_navi(hit) 46 46 if exists(shits) then 47 return shits47 send_to_KEGG( shits ) 48 48 done 49 49