Mercurial > repos > galaxyp > regex_find_replace
comparison regex.py @ 4:d72a404cef12 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit a9b01eafeefb50c416fbfe342b15298fe9321679
| author | galaxyp |
|---|---|
| date | Thu, 14 Jul 2022 10:48:29 +0000 |
| parents | 6dcfb96bc8b0 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:6c8e2cb00619 | 4:d72a404cef12 |
|---|---|
| 1 import re | |
| 1 from optparse import OptionParser | 2 from optparse import OptionParser |
| 2 import re | |
| 3 | 3 |
| 4 | 4 |
| 5 def main(): | 5 def main(): |
| 6 parser = OptionParser() | 6 parser = OptionParser() |
| 7 parser.add_option("--input", dest="input") | 7 parser.add_option("--input", dest="input") |
