Update Cluster.py

This commit is contained in:
Godwin Ani 2024-06-03 16:08:46 -04:00 committed by GitHub
parent f0799852b8
commit 35376a279c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Intent: For clustering nucleotide or amino acid sequences with the CD-Hit program.
#Inputs: A folder of containing Amino acid or DNA fasta files.
#Outputs: A folder of clustered files.
#Example: python Cluster_v2.0.py --type dna --identity 0.95 --overlap 0.67 --input input_folder_dna --output output_folder_dna
#Example: python Cluster.py --type dna --identity 0.95 --overlap 0.67 --input input_folder_dna --output output_folder_dna
'''