Bio::DB::Fasta Subdir
Other packages in the module: Bio::DB::SeqFeature::Store::berkeleydb Bio::DB::SeqFeature::Store::berkeleydb::Iterator
Included librariesPackage variablesGeneral documentationMethods
Toolbar
WebCvs
Package variables
No package variables defined.
Inherit
Bio::DB::Fasta
Synopsis
No synopsis!
Description
No description!
Methods
index_name
No description
Code
Methods description
None available.
Methods code
index_namedescriptionprevnextTop
sub index_name {
    my $self = shift;
    my ($path,$isdir) = @_;
    return $self->SUPER::index_name($path,$isdir)
	unless $isdir;
    return File::Spec->catfile($path,'indexes','fasta.index');
}


1;

__END__
}
General documentation
BUGSTop
This is an early version, so there are certainly some bugs. Please
use the BioPerl bug tracking system to report bugs.
SEE ALSOTop
bioperl,
Bio::DB::SeqFeature,
Bio::DB::SeqFeature::Store,
Bio::DB::SeqFeature::GFF3Loader,
Bio::DB::SeqFeature::Segment,
Bio::DB::SeqFeature::Store::memory,
Bio::DB::SeqFeature::Store::DBI::mysql,
AUTHORTop
Lincoln Stein <lstein@cshl.org>.
Copyright (c) 2006 Cold Spring Harbor Laboratory.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.