From 895e2aaafe8c416dd31ec1b2d32621d2ff30a100 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 15 Jan 2024 14:57:45 -0500 Subject: [PATCH] Update GC_identifier_v1.0.py --- Utilities/for_fastas/GC_identifier_v1.0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_fastas/GC_identifier_v1.0.py b/Utilities/for_fastas/GC_identifier_v1.0.py index cd1b896..4ea0ef3 100644 --- a/Utilities/for_fastas/GC_identifier_v1.0.py +++ b/Utilities/for_fastas/GC_identifier_v1.0.py @@ -4,7 +4,7 @@ #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 GC_identifier_v1.0.py -i (input folder of r2gs), -r (rules csv file), -s (folder of per seq stats) '''