# HG changeset patch # User jen-cabral # Date 1423080429 18000 # Node ID f1435033144b8e570267ca86913ac16faafb9b85 # Parent a6503f48b2be13d2e3c5596dc43f524880a6d93c Uploaded diff -r a6503f48b2be -r f1435033144b getmlst.pl --- 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