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