diff --git a/bin/get_best_motif.py b/bin/get_best_motif.py index 37eccc5..a506bd8 100644 --- a/bin/get_best_motif.py +++ b/bin/get_best_motif.py @@ -11,11 +11,11 @@ def parse_arguments(): return args ''' -The script has to functions: +The script has two functions: 1. Writing lines of file till certain line (MOTIF + [num]) 2. Converting GLAM2 output to minimal meme-format -@params meme STING Path to 'meme' file generated from Meme suite -@parmas output STING Output file +@params meme STRING Path to 'meme' file generated from Meme suite +@parmas output STRING Output file @params num INT Number of motifs parsed from file @author René Wiegandt @@ -25,7 +25,7 @@ def main(): args = parse_arguments() out = open(args.output, "w+") - + ''' Create pattern where script should stop writing For Example: