IUBio

SRS5 Bug in embl

etzold etzold at ebi.ac.uk
Tue Jun 24 09:02:16 EST 1997


I found what caused the problem with retrieving entries from both
EMBL and EMBLNEW. In general this is true for retrieving entries
from more than one databank that share the format object ($libformat).

The proper fix for that is rather complicated so i would like to
apply the following 'kludge':


edit SRSSOU:srs5.h and replace

  struct LIBoDataType     *contains[5];  /* List of types of data
contained in
                                            the databank described.
 */

by

  struct LIBoDataType     *contains[4];  /* List of types of data
contained in
                                            the databank described.
 */
  struct ICAoJOB          *job;


then edit SRSSOU:entry.c and replace the two occurrences of "lib->job"
with
"lib->form->job"

then recompile srs programs with 

srsmake 


regards
thure




More information about the Bio-srs mailing list

Send comments to us at biosci-help [At] net.bio.net