c0e8fe3062
sequence comparisons and interfaces to various biological databases.
13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
$OpenBSD: patch-Bio_Graphics_FeatureFile_pm,v 1.1.1.1 2005/03/03 01:42:12 espie Exp $
|
|
--- Bio/Graphics/FeatureFile.pm.orig Thu Mar 3 01:16:54 2005
|
|
+++ Bio/Graphics/FeatureFile.pm Thu Mar 3 01:17:17 2005
|
|
@@ -120,7 +120,7 @@ use Bio::DB::GFF::Util::Rearrange;
|
|
use Carp;
|
|
use Bio::DB::GFF;
|
|
use IO::File;
|
|
-use Text::Shellwords;
|
|
+use Text::ParseWords;
|
|
|
|
# default colors for unconfigured features
|
|
my @COLORS = qw(cyan blue red yellow green wheat turquoise orange);
|