Mercurial > repos > iuc > meme_meme
diff fimo_wrapper.py @ 5:70b56282c7dc 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:10 -0500 |
| parents | 6c731d47c3be |
| children | e2b2f2394afb |
line wrap: on
line diff
--- a/fimo_wrapper.py Sun Jul 10 09:02:03 2016 -0400 +++ b/fimo_wrapper.py Mon Nov 14 13:17:10 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')
