From 8f47f87460a3af3a402ec68ddc9d5d2bb1f2cb6a Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Fri, 12 Jan 2024 10:07:42 -0500 Subject: [PATCH] Update headers --- Utilities/for_fastas/OG6_A_G.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Utilities/for_fastas/OG6_A_G.py b/Utilities/for_fastas/OG6_A_G.py index 8e8ff9c..cd1b896 100644 --- a/Utilities/for_fastas/OG6_A_G.py +++ b/Utilities/for_fastas/OG6_A_G.py @@ -1,11 +1,11 @@ +''' #Author, date: Godwin Ani, 24th- Nov - 2023. #Dependencies: Python3, Biopython #Inputs: A folder of containing ReadyToGo files, PerSequenceStatSummaries, rules file and the script. #The csv file should contain 10 digit codes and the limits(column headers are name, lower, and upper). #Outputs: a folder of curated ready to go files. -#Example: python OG6_A_G.py -i (input folder of r2gs), -r (rules csv file), -s (folder of per seq stats) ''' -# - +#Example: python OG6_A_G.py -i (input folder of r2gs), -r (rules csv file), -s (folder of per seq stats) +''' import os