From cf0948023d370a28fa92b025fcb95c6162c43af6 Mon Sep 17 00:00:00 2001 From: "Godwin N. Ani" Date: Mon, 24 Mar 2025 10:17:36 -0400 Subject: [PATCH] Update guidance.py --- PTL2/Scripts/guidance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PTL2/Scripts/guidance.py b/PTL2/Scripts/guidance.py index 881e6c9..91b7e4e 100644 --- a/PTL2/Scripts/guidance.py +++ b/PTL2/Scripts/guidance.py @@ -61,6 +61,7 @@ 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.')