[Biojava-dev] Extra method in GenbankRichSequenceDB removed
Richard Holland
richard.holland at ebi.ac.uk
Wed Mar 22 10:07:16 UTC 2006
Hi all.
Someone added a method:
public RichSequence getRichSequence(String id, Namespace nsp) throws
BioException, IllegalIDException;
to org.biojavax.bio.seq.db.ncbi.GenbankRichSequenceDB so that the
following is possible:
db.getRichSequence(id,nsp);
This is actually unnecessary as the same effect can be achieved by
calling:
db.setNamespace(nsp);
db.getRichSequence(id);
Any objections if I remove the extra method?
cheers,
Richard
--
Richard Holland
European Bioinformatics Institute
Wellcome Trust Genome Campus, Hinxton
Cambridge CB10 1SD, UK
Tel: +44-(0)1223-494416
---------------
More information about the biojava-dev
mailing list