Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::tools::eutilities::query(3pm) [debian man page]

Bio::Tools::EUtilities::Query(3pm)			User Contributed Perl Documentation			Bio::Tools::EUtilities::Query(3pm)

NAME
Bio::Tools::EUtilities::Query - parse and collect esearch, epost, espell, egquery information SYNOPSIS
### should not create instance directly; Bio::Tools::EUtilities does this ### # can also use '-response' (for HTTP::Response objects) or '-fh' (for # filehandles) my $info = Bio::Tools::EUtilities->new(-eutil => 'esearch', -file => 'esearch.xml'); # esearch # esearch with history # egquery # espell (just for completeness, really) DESCRIPTION
Pluggable module for handling query-related data returned from eutils. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to one of the Bioperl mailing lists. Your participation is much appreciated. bioperl-l@lists.open-bio.org - General discussion http://www.bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via the web. https://redmine.open-bio.org/projects/bioperl/ AUTHOR
Email cjfields at bioperl dot org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ Bio::Tools::EUtilities::Query methods to_string Title : to_string Usage : $foo->to_string() Function : converts current object to string Returns : none Args : (optional) simple data for text formatting Note : Used generally for debugging and for the print_* methods perl v5.14.2 2012-03-02 Bio::Tools::EUtilities::Query(3pm)

Check Out this Related Man Page

Bio::Tools::Run::Samtools::Config(3pm)			User Contributed Perl Documentation		    Bio::Tools::Run::Samtools::Config(3pm)

NAME
Bio::Tools::Run::Samtools::Config - configurator for Bio::Tools::Run::Samtools SYNOPSIS
Not used directly. DESCRIPTION
Exports global configuration variables (as required by Bio::Tools::Run::WrapperBase::CommandExts) to Samtools.pm. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: http://redmine.open-bio.org/projects/bioperl AUTHOR - Mark A. Jensen Email maj -at- fortinbras -dot- us APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.12.3 2011-06-18 Bio::Tools::Run::Samtools::Config(3pm)
Man Page