Skip to content

Commit

Permalink
Remove in the name of folder_checked
Browse files Browse the repository at this point in the history
  • Loading branch information
maude-ardin committed Mar 6, 2017
1 parent b2e63de commit 788b9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutspecStat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@


# The path for saving the files with enough mutations for calculating the statistics;
our $folderCheckedForStat = "$pwd/folder_checked_$filename";
our $folderCheckedForStat = "$pwd/folder_checked";
if(!-e $folderCheckedForStat) { mkdir($folderCheckedForStat) or die "$!: $folderCheckedForStat\n"; }

# Output dir with all the results
Expand Down

0 comments on commit 788b9e5

Please sign in to comment.