From 2fac05be1d82431de7a62a5f35aaf0905c711d67 Mon Sep 17 00:00:00 2001 From: "Godwin N. Ani" Date: Tue, 25 Mar 2025 12:35:22 -0400 Subject: [PATCH] Update guidance.py --- PTL2/Scripts/guidance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTL2/Scripts/guidance.py b/PTL2/Scripts/guidance.py index 50044ef..043dd2f 100644 --- a/PTL2/Scripts/guidance.py +++ b/PTL2/Scripts/guidance.py @@ -63,7 +63,7 @@ def run(params): too_many_seqs = True #Print if OG has > 2000 seqs guidance_log = open(params.output + '/Output/GuidanceLog.txt', 'w') - guidance_log.write(file + 'has more than 2000 seqs.\n Stopping run') + guidance_log.write(file + ' has more than 2000 seqs.\nStopping run') print(file + 'has more than 2000 seqs') print('Do you want to run this?') print('Stopping run.')