diff --git a/Utilities/for_fastas/SeqLenToCsv_v1.0.py b/Utilities/for_fastas/SeqLenToCsv.py similarity index 97% rename from Utilities/for_fastas/SeqLenToCsv_v1.0.py rename to Utilities/for_fastas/SeqLenToCsv.py index b1cb1dd..783c840 100644 --- a/Utilities/for_fastas/SeqLenToCsv_v1.0.py +++ b/Utilities/for_fastas/SeqLenToCsv.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 SeqLenToCsv_v1.0.py +#Example: python SeqLenToCsv.py '''