~ubuntu-branches/ubuntu/trusty/bioperl/trusty

« back to all changes in this revision

Viewing changes to Bio/MapIO.pm

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-09-22 13:39:48 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130922133948-c6z62zegjyp7ztou
Tags: 1.6.922-1
* New upstream release.
* Replaces and Breaks grinder (<< 0.5.3-3~) because of overlaping contents.
  Closes: #722910
* Stop Replacing and Breaking bioperl ( << 1.6.9 ): not needed anymore. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 
121
121
}
122
122
 
 
123
 
 
124
=head2 format
 
125
 
 
126
 Title   : format
 
127
 Usage   : $format = $stream->format()
 
128
 Function: Get the map format
 
129
 Returns : map format
 
130
 Args    : none
 
131
 
 
132
=cut
 
133
 
 
134
# format() method inherited from Bio::Root::IO
 
135
 
 
136
 
123
137
=head2 Bio::Factory::MapFactoryI methods
124
138
 
125
139
=cut