From 8d2abb0de0238da1c641e870525c0b1ad6507782 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 15:59:04 -0400 Subject: [PATCH] Update and rename SeqLenToCsv_v1.0.py to SeqLenToCsv.py --- Utilities/for_fastas/{SeqLenToCsv_v1.0.py => SeqLenToCsv.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_fastas/{SeqLenToCsv_v1.0.py => SeqLenToCsv.py} (97%) diff --git a/Utilities/for_fastas/SeqLenToCsv_v1.0.py b/Utilities/for_fastas/SeqLenToCsv.py similarity index 97% rename from Utilities/for_fastas/SeqLenToCsv_v1.0.py rename to Utilities/for_fastas/SeqLenToCsv.py index b1cb1dd..783c840 100644 --- a/Utilities/for_fastas/SeqLenToCsv_v1.0.py +++ b/Utilities/for_fastas/SeqLenToCsv.py @@ -4,7 +4,7 @@ #Intent: Exports the length of DNA sequences excluding gaps and missing data to a csv file. #Inputs: A folder named 'Seq_length' containing DNA fasta files. #Outputs: A spreadsheet containing the length of the sequences. -#Example: python SeqLenToCsv_v1.0.py +#Example: python SeqLenToCsv.py '''