Changes between Version 7 and Version 8 of PDBj-DDBJ-KEGG

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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDBj-DDBJ-KEGG

    v7 v8  
    3131 * PDB ID  <-> DDDBJ ID 
    3232 
     33= proposed workflow(s) = 
     34 
     35let hits = BLAST_DDBJ(fasta) 
     36if func_known(hits) then 
     37  done 
     38else 
     39   let new_hits = BLAST_PDBj(fasta) 
     40   if exists(new_hits) then  
     41     foreach hit in new_hits do 
     42        let shits = struct_navi(hit)  
     43        if exists(shits) then  
     44           return(shits) 
     45