Update headers

This commit is contained in:
Godwin Ani 2024-01-12 10:07:42 -05:00 committed by GitHub
parent ba316d02ed
commit 8f47f87460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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