HOWTO: SimpleWebAnalysis

Need to write a wrapper around sequence analysis service in a web form?
Richard Adams has written

a HOWTO document about his
Bio::Tools::Analysis modules
. Available in CVS or in the latest developer release. See into BIOPERL/doc/howto/{sgml|html|pdf|txt}
for the SimpleWebAnalysis document in your favourite format.


Summary:

Richard has written a superclass
Bio::Tools::Analysis::SimpleAnalysisBase, which implements
Bio::SimpleAnalysisI and inherits from Bio::WebAgent. Adding a new
form-based sequence service is easily done by sub-classing,
specifying a some parameters and overriding just three methods. Nine
different services have been added to date, with more to come.


Categories