Skip to content

Commit 859d64a

Browse files
committed
replacing special character with _ to match with files in files/
1 parent ae0f04d commit 859d64a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/runPhaME.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
print "Complete\n";
316316
} # check=0
317317

318+
$name =~ s/\W/_/g; # Replacing special characters with _
318319
$reference = "$workdir/files/$name.fna";
319320

320321
if ($nucmer==1){

0 commit comments

Comments
 (0)