changeset 1:f1435033144b draft

Uploaded
author jen-cabral
date Wed, 04 Feb 2015 15:07:09 -0500
parents a6503f48b2be
children 0f31ef2dfdde
files getmlst.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getmlst.pl	Wed Feb 04 14:47:54 2015 -0500
+++ b/getmlst.pl	Wed Feb 04 15:07:09 2015 -0500
@@ -7,7 +7,7 @@
 
 my ($binary, $mlst_db, $mlst_defs, $species) = @ARGV;
 
-$species = s/__pd__/#/ig;
+$species =~ s/__pd__/#/ig;
 
 my $command = "python $binary --species '$species'"; #add proper spaces to command