IUBio

Retrieving features with SRS : the problem (part 2!)

Gijs Schaftenaar schaft at caos.kun.nl
Wed Oct 25 11:08:29 EST 1995



I already posted this message a few days ago on bionet.software.srs, but
I am not sure this got through, so here it is again.

About a bug in the srscurs/srstk/srsctk interfaces.
The bug occurs when using multiple words in the feature field like:

swissprot-features:domain & cytoplasmic

To fix this bug, change in the files srscurs.tcl, srstk.tcl and srsctk.tcl:

In proc DoQuery:

old:

     set Ft($SetName) "$Features"

new:

     set Ft($SetName) "$Features"
     regsub -all {\ } $Ft($SetName) {} Ft($SetName)
     regsub -all {\&} $Ft($SetName) {\\&} Ft($SetName)


Regards Gijs

    +----------------------------+-----------------------------------+
      Gijs Schaftenaar, Drs.     | CAOS/CAMM Center
      Email: schaft at caos.kun.nl  | University of Nijmegen
      URL  : http://www.caos.kun.nl/staff/schaft.html
      Tel. : +31 80 65 33 69     | Toernooiveld 1
      Fax  : +31 80 65 29 77     | 6525 ED Nijmegen, The Netherlands
    +-------- CAOS/CAMM is the Dutch National Node in EMBnet --------+


--
    +----------------------------+-----------------------------------+
      Gijs Schaftenaar, Drs.     | CAOS/CAMM Center
      Email: schaft at caos.kun.nl  | University of Nijmegen
      URL  : http://www.caos.kun.nl/staff/schaft.html




More information about the Bio-srs mailing list

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