Skip to content

Commit

Permalink
Documentation typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Jan 29, 2011
1 parent 03b7280 commit 7c51696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/DB/SeqFeature/Store/memory.pm
Expand Up @@ -83,7 +83,7 @@ See L<Bio::DB::SeqFeature::Store> for complete usage instructions.
Before using the memory adaptor, populate a readable-directory on the
file system with annotation and/or sequence files. The annotation
files must be in GFF3 format, and shold end in the extension .gff or
files must be in GFF3 format, and sholud end in the extension .gff or
.gff3. They may be compressed with "compress", "gzip" or "bzip2" (in
which case the appropriate compression extension must be present as
well.)
Expand All @@ -109,7 +109,7 @@ single GFF3 file. Examples:
$db = Bio::DB::SeqFeature::Store->new( -adaptor => 'memory',
-dsn => '/usr/annotations/worm.gff3.gz');
For compatibility with the Bio::DB::GFF memory adapter, -gff is
For compatibility with the Bio::DB::GFF memory adaptor, -gff is
recognized as an alias for -dsn.
See L<Bio::DB::SeqFeature::Store> for all the access methods supported
Expand Down

0 comments on commit 7c51696

Please sign in to comment.