comparison regex.py @ 4:399da6b5ec21 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:49:01 +0000
parents 538933d9fccc
children
comparison
equal deleted inserted replaced
3:ae8c4b2488e7 4:399da6b5ec21
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")