mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 01:10:25 +08:00
Update Cluster.py
This commit is contained in:
parent
e18b3dfe0c
commit
3d8cd2e221
@ -58,7 +58,7 @@ def main():
|
||||
elif args.type == 'dna':
|
||||
identity = input_validation(args.identity, 'ERROR! Use format 0.## for DNA sequence identity threshold.')
|
||||
overlap = input_validation(args.overlap, 'ERROR! Use format 0.## for DNA sequence alignment overlap value.')
|
||||
cluster_sequences('cd-hit-est', identity, overlap, args.input, args.output)
|
||||
cluster_sequences('cd-hit-est', identity, overlap, args.input_files, args.output)
|
||||
else:
|
||||
print('Invalid sequence type. Choose "aa" for Amino Acids or "dna" for DNA.')
|
||||
exit(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user