Skip to content

Commit

Permalink
Fixed typos in get_best_motif.py
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 19, 2018
1 parent 3c4f733 commit 8389226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/get_best_motif.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ def main():

args = parse_arguments()
out = open(args.output, "w+")

'''
Create pattern where script should stop writing
For Example:
Expand Down

0 comments on commit 8389226

Please sign in to comment.