Mercurial > repos > iuc > meme_fimo
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7:de3c73f58451 | 8:8a042b09be8e |
|---|---|
| 42 | 42 |
| 43 | 43 |
| 44 def stop_err(msg): | 44 def stop_err(msg): |
| 45 sys.stderr.write(msg) | 45 sys.stderr.write(msg) |
| 46 sys.exit(1) | 46 sys.exit(1) |
| 47 | |
| 47 | 48 |
| 48 parser = argparse.ArgumentParser() | 49 parser = argparse.ArgumentParser() |
| 49 parser.add_argument('--input_motifs', dest='input_motifs', help='MEME output formatted files for input to fimo') | 50 parser.add_argument('--input_motifs', dest='input_motifs', help='MEME output formatted files for input to fimo') |
| 50 parser.add_argument('--input_fasta', dest='input_fasta', help='Fassta sequence file') | 51 parser.add_argument('--input_fasta', dest='input_fasta', help='Fassta sequence file') |
| 51 parser.add_argument('--options_type', dest='options_type', help='Basic or Advance options') | 52 parser.add_argument('--options_type', dest='options_type', help='Basic or Advance options') |
