mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 03:10:24 +08:00
Update Cluster.py
This commit is contained in:
parent
a2ec0edb37
commit
31cb84fa28
@ -44,8 +44,8 @@ def main():
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
if not os.path.isdir(args.input):
|
||||
print(f'Error: Input folder "{args.input}" does not exist.')
|
||||
if not os.path.isdir(args.input_files):
|
||||
print(f'Error: Input folder "{args.input_files}" does not exist.')
|
||||
exit(1)
|
||||
|
||||
if not os.path.isdir(args.output):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user