Mercurial > repos > iuc > meme_meme
diff fimo_wrapper.py @ 8:e8b209806a20 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit bcfc8451fa622a6bf3aa31fa1e308c394feefb38
author | iuc |
---|---|
date | Mon, 14 Nov 2016 13:17:41 -0500 |
parents | 487ce3fa1822 |
children | b8c05adb68da |
line wrap: on
line diff
--- a/fimo_wrapper.py Sun Jul 10 09:02:25 2016 -0400 +++ b/fimo_wrapper.py Mon Nov 14 13:17:41 2016 -0500 @@ -45,6 +45,7 @@ sys.stderr.write(msg) sys.exit(1) + parser = argparse.ArgumentParser() parser.add_argument('--input_motifs', dest='input_motifs', help='MEME output formatted files for input to fimo') parser.add_argument('--input_fasta', dest='input_fasta', help='Fassta sequence file')