From 35376a279c6d79d892479a34a9d82efb68256f1e Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 16:08:46 -0400 Subject: [PATCH] Update Cluster.py --- Utilities/for_fastas/Cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_fastas/Cluster.py b/Utilities/for_fastas/Cluster.py index 84915dc..41c6a8c 100644 --- a/Utilities/for_fastas/Cluster.py +++ b/Utilities/for_fastas/Cluster.py @@ -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 '''