[Bioperl-guts-l] [14451] bioperl-live/trunk/scripts/index/bp_fetch.PLS: remove format option for EMBL just in case...
Christopher John Fields
cjfields at dev.open-bio.org
Thu Jan 17 14:26:34 EST 2008
Revision: 14451
Author: cjfields
Date: 2008-01-17 14:26:34 -0500 (Thu, 17 Jan 2008)
Log Message:
-----------
remove format option for EMBL just in case...
Modified Paths:
--------------
bioperl-live/trunk/scripts/index/bp_fetch.PLS
Modified: bioperl-live/trunk/scripts/index/bp_fetch.PLS
===================================================================
--- bioperl-live/trunk/scripts/index/bp_fetch.PLS 2008-01-17 18:58:46 UTC (rev 14450)
+++ bioperl-live/trunk/scripts/index/bp_fetch.PLS 2008-01-17 19:26:34 UTC (rev 14451)
@@ -233,7 +233,7 @@
elsif( $db =~ /genpept/i ) {
$dbobj = Bio::DB::GenPept->new();
} elsif( $db =~ /embl/i ) {
- $dbobj = Bio::DB::EMBL->new(-format => $fmt);
+ $dbobj = Bio::DB::EMBL->new();
} else {
die "Net database $db not available";
}
More information about the Bioperl-guts-l
mailing list