[Bioperl-guts-l] bioperl commit
Paul-Christophe Varoutas
paulc
Tue, 30 Jan 2001 17:07:51 -0500
paulc
bioperl-live/Bio/LiveSeq SeqI.pm Gene.pm
Tue Jan 30 17:07:51 EST 2001
Update of /home/repository/bioperl/bioperl-live/Bio/LiveSeq
In directory pw600a.bioperl.org:/tmp/cvs-serv24530
Modified Files:
SeqI.pm Gene.pm
Log Message:
Fixed small bug. Replaced:
if (index(ref($value),"LiveSeq" != -1))
by
if (index(ref($value),"LiveSeq") != -1)
/Bio/LiveSeq/SeqI.pm: lines 1202, 1207, 1215
/Bio/LiveSeq/Gene.pm: lines 380, 385, 393