diff --git a/Utilities/for_fastas/SeqLengthToCsv_Feb9.py b/Utilities/for_fastas/SeqLengthToCsv_Feb9.py index 5b4cc90..d0a6b14 100644 --- a/Utilities/for_fastas/SeqLengthToCsv_Feb9.py +++ b/Utilities/for_fastas/SeqLengthToCsv_Feb9.py @@ -1,9 +1,13 @@ ''' -Professor L. Katz and Godwin Ani -9th-Feb-2023 -Seq_length_to_csv is a program that exports the length of DNA sequences excluding gaps and missing data to a csv file. +#Author, date: Godwin Ani, 9th- Feb - 2023. +#Dependencies: Python3, Biopython +#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 ''' + import os, sys, re from Bio import SeqIO from Bio.Seq import Seq