From 1814246c049d97c098cc5333bb0da2e2f281143a Mon Sep 17 00:00:00 2001 From: "Godwin N. Ani" Date: Tue, 23 Sep 2025 16:05:44 -0400 Subject: [PATCH] Update wrapper.py --- PTL1/Transcriptomes/Scripts/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTL1/Transcriptomes/Scripts/wrapper.py b/PTL1/Transcriptomes/Scripts/wrapper.py index 1f7e703..4350973 100644 --- a/PTL1/Transcriptomes/Scripts/wrapper.py +++ b/PTL1/Transcriptomes/Scripts/wrapper.py @@ -92,7 +92,7 @@ def script_four(args): if os.path.exists(args.databases + '/Taxa_with_few_sequences.txt'): with open(args.databases + '/Taxa_with_few_sequences.txt', 'r') as f: content = f.read() - print(f'These samples did not run through EukPhylo part1 either because they have no good hits to the hook database or Diamond sequence aligner ran out of memory. We suggest you remove them and restart.') + print(f'These samples did not run through EukPhylo part1 because they have no good hits to the hook database or the Diamond sequence aligner ran out of memory. We suggest you remove them and restart.') print(content) print('Stopping Run.') os.remove(args.databases + '/Taxa_with_few_sequences.txt')