Update guidance.py

This commit is contained in:
Godwin N. Ani 2025-03-25 12:35:43 -04:00 committed by GitHub
parent fdea233780
commit 4e52430af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.')