~ubuntu-branches/ubuntu/precise/bioperl/precise

« back to all changes in this revision

Viewing changes to Bio/Tools/EUtilities/Summary.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-27 22:48:22 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100127224822-ebot4qbrjxcv38au
Tags: 1.6.1-1ubuntu1
* Merge from Debian testing, remaining changes:
  - disable tests, they produce a FTBFS trying to access the network 
    during run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Summary.pm 15212 2008-12-19 05:47:58Z cjfields $
 
1
# $Id: Summary.pm 16123 2009-09-17 12:57:27Z cjfields $
2
2
#
3
3
# BioPerl module for Bio::Tools::EUtilities::DocSum
4
4
#
 
5
# Please direct questions and support issues to <bioperl-l@bioperl.org> 
 
6
#
5
7
# Cared for by Chris Fields
6
8
#
7
9
# Copyright Chris Fields
14
16
 
15
17
=head1 NAME
16
18
 
17
 
Bio::Tools::EUtilities::Summary
 
19
Bio::Tools::EUtilities::Summary - class for handlign data output (XML) from esummary.
18
20
 
19
21
=head1 SYNOPSIS
20
22
 
55
57
  bioperl-l@lists.open-bio.org               - General discussion
56
58
  http://www.bioperl.org/wiki/Mailing_lists  - About the mailing lists
57
59
 
 
60
=head2 Support 
 
61
 
 
62
Please direct usage questions or support issues to the mailing list:
 
63
 
 
64
I<bioperl-l@bioperl.org>
 
65
 
 
66
rather than to the module maintainer directly. Many experienced and 
 
67
reponsive experts will be able look at the problem and quickly 
 
68
address it. Please include a thorough description of the problem 
 
69
with code and data examples if at all possible.
 
70
 
58
71
=head2 Reporting Bugs
59
72
 
60
73
Report bugs to the Bioperl bug tracking system to
65
78
 
66
79
=head1 AUTHOR 
67
80
 
68
 
Email cjfields at uiuc dot edu
 
81
Email cjfields at bioperl dot org
69
82
 
70
83
=head1 APPENDIX
71
84