From 788b9e5406a85391b9962e65f01c95bc6d2893ec Mon Sep 17 00:00:00 2001 From: Maude Ardin Date: Mon, 6 Mar 2017 14:55:35 +0100 Subject: [PATCH] Remove in the name of folder_checked --- mutspecStat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutspecStat.pl b/mutspecStat.pl index 574f028..ad955d6 100644 --- a/mutspecStat.pl +++ b/mutspecStat.pl @@ -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