From 188839b99e81f9e1adec50b96b53d2b1017114e7 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 14:59:17 -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 d0a6b14..ad2c46b 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 Seq_length_to_csv.py +#Example: python SeqLengthToCsv.py '''