Update GC_identifier.py

This commit is contained in:
Godwin Ani 2024-06-03 15:57:12 -04:00 committed by GitHub
parent 0a9f67aed0
commit 670367552d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Inputs: A folder of containing ReadyToGo files, PerSequenceStatSummaries, rules file and the script. #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). #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. #Outputs: a folder of curated ready to go files.
#Example: python GC_identifier_v1.0.py -i (input folder of r2gs), -r (rules csv file), -s (folder of per seq stats) #Example: python GC_identifier.py -i (input folder of r2gs), -r (rules csv file), -s (folder of per seq stats)
''' '''