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