mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 16:20:25 +08:00
Update guidance.py
This commit is contained in:
parent
d7577022c4
commit
fdea233780
@ -62,6 +62,8 @@ def run(params):
|
|||||||
if nseqs > 2000:
|
if nseqs > 2000:
|
||||||
too_many_seqs = True
|
too_many_seqs = True
|
||||||
#Print if OG has > 2000 seqs
|
#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')
|
||||||
print(file + 'has more than 2000 seqs')
|
print(file + 'has more than 2000 seqs')
|
||||||
print('Do you want to run this?')
|
print('Do you want to run this?')
|
||||||
print('Stopping run.')
|
print('Stopping run.')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user