1 parent ae0f04d commit 859d64aCopy full SHA for 859d64a
1 file changed
src/runPhaME.pl
@@ -315,6 +315,7 @@
315
print "Complete\n";
316
} # check=0
317
318
+$name =~ s/\W/_/g; # Replacing special characters with _
319
$reference = "$workdir/files/$name.fna";
320
321
if ($nucmer==1){
0 commit comments