From 04c41a6f4435a19466339741c5d080afb9371b62 Mon Sep 17 00:00:00 2001 From: "Godwin N. Ani" Date: Mon, 24 Mar 2025 10:16:53 -0400 Subject: [PATCH] Update guidance.py --- PTL2/Scripts/guidance.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PTL2/Scripts/guidance.py b/PTL2/Scripts/guidance.py index 21b4609..881e6c9 100644 --- a/PTL2/Scripts/guidance.py +++ b/PTL2/Scripts/guidance.py @@ -61,6 +61,9 @@ def run(params): if nseqs > 2000: too_many_seqs = True + 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: