From 8389226abaf3c6724b2978fc38bc08c9d06196b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Wiegandt?= Date: Wed, 19 Dec 2018 15:34:43 -0500 Subject: [PATCH] Fixed typos in get_best_motif.py --- bin/get_best_motif.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: