SRS 5.1 BUG? Core dump with getz
Thure Etzold
etzold at ebi.ac.uk
Wed Feb 11 12:48:12 EST 1998
luca.toldo at merck.de wrote in message <887118339.2044985357 at dejanews.com>...
>getz produces a core dump when invoked with the following statement:
>
>getz '[swissprot-id:100k_RAT]' -vf cit
>
found the bug. easy to fix:
edit getz.c. in function BuildView
replace the line
ViewAddRootLib (view, LibObjByName ("library", libName));
by
ViewAddRootLib (view, libName);
recompile getz with
srsmake getz
cheers
thure
More information about the Bio-srs
mailing list