From 6e0459c9bbb001498965790ea2f296e2754947a8 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 14:59:32 -0500 Subject: [PATCH] Update SeqLengthToCsv_v1.0.py --- Utilities/for_fastas/SeqLengthToCsv_v1.0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_fastas/SeqLengthToCsv_v1.0.py b/Utilities/for_fastas/SeqLengthToCsv_v1.0.py index ad2c46b..8e4a359 100644 --- a/Utilities/for_fastas/SeqLengthToCsv_v1.0.py +++ b/Utilities/for_fastas/SeqLengthToCsv_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.py +#Example: python SeqLengthToCsv_v1.0.py '''