mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-26 23:10:24 +08:00
Update wrapper.py
This commit is contained in:
parent
591e32d5e5
commit
1814246c04
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user