Mercurial > repos > iuc > meme_fimo
diff fimo_wrapper.py @ 8:8a042b09be8e 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:16:58 -0500 |
| parents | e5e9a09ac2de |
| children | ce2feec4c8d2 |
line wrap: on
line diff
--- a/fimo_wrapper.py Sun Jul 10 09:01:50 2016 -0400 +++ b/fimo_wrapper.py Mon Nov 14 13:16:58 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')
