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 '''