From 967999ca0d6a2a0b21a09c434a69edceab126c6c Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 15:08:40 -0500 Subject: [PATCH] Update and rename SeqLengthToCsv_v1.0.py to SeqLenToCsv_v1.0.py --- .../for_fastas/{SeqLengthToCsv_v1.0.py => SeqLenToCsv_v1.0.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utilities/for_fastas/{SeqLengthToCsv_v1.0.py => SeqLenToCsv_v1.0.py} (97%) diff --git a/Utilities/for_fastas/SeqLengthToCsv_v1.0.py b/Utilities/for_fastas/SeqLenToCsv_v1.0.py similarity index 97% rename from Utilities/for_fastas/SeqLengthToCsv_v1.0.py rename to Utilities/for_fastas/SeqLenToCsv_v1.0.py index 8e4a359..b1cb1dd 100644 --- a/Utilities/for_fastas/SeqLengthToCsv_v1.0.py +++ b/Utilities/for_fastas/SeqLenToCsv_v1.0.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 SeqLengthToCsv_v1.0.py +#Example: python SeqLenToCsv_v1.0.py '''