From 05d15104cf967d253fe581921f0b31564d90824d Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Fri, 12 Jan 2024 10:59:47 -0500 Subject: [PATCH] Update headers --- Utilities/for_fastas/SeqLengthToCsv_Feb9.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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