From 95d4b0771e92797c2ffe58f264513c2d99ac6d03 Mon Sep 17 00:00:00 2001 From: "Godwin N. Ani" Date: Tue, 25 Mar 2025 10:42:23 -0400 Subject: [PATCH] Update guidance.py --- PTL2/Scripts/guidance.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PTL2/Scripts/guidance.py b/PTL2/Scripts/guidance.py index 7236708..b2ed015 100644 --- a/PTL2/Scripts/guidance.py +++ b/PTL2/Scripts/guidance.py @@ -61,6 +61,10 @@ def run(params): if nseqs > 2000: too_many_seqs = True + #Print if OG has > 2000 seqs + print(file + 'has more than 2000 seqs') + print('Do you want to run this?') + print('Stopping run.') break if too_many_seqs and not params.allow_large_files: