[Bioperl-guts-l] bioperl-live/Bio/Index Fasta.pm,1.37,1.38
Jason Stajich
jason at dev.open-bio.org
Mon Feb 5 23:13:12 EST 2007
Update of /home/repository/bioperl/bioperl-live/Bio/Index
In directory dev.open-bio.org:/tmp/cvs-serv16136
Modified Files:
Fasta.pm
Log Message:
remove errant reference to ENV variable in POD - this only relates to the scripts bp_fetch and bp_index
Index: Fasta.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Index/Fasta.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Fasta.pm 27 Sep 2006 00:35:09 -0000 1.37
--- Fasta.pm 6 Feb 2007 04:13:10 -0000 1.38
***************
*** 31,36 ****
use strict;
- $ENV{BIOPERL_INDEX} = "."; # find index in current directory
-
my $Index_File_Name = shift;
my $inx = Bio::Index::Fasta->new(-filename => $Index_File_Name);
--- 31,34 ----
More information about the Bioperl-guts-l
mailing list