Hi,
I am writing Galaxy tool wrapper which should accept as an input regular expression for example like this: (?P<cell_1>.{16})(?P<umi_1>.{10})
But when I run the tool it is parsed into: (?P__lt__cell_1__gt__.__oc__16__cc__)(?P__lt__umi_1__gt__.__oc__10__cc__)
Any idea how should I prevent singes ">" to be parsed into __lt__ ?
Thanks, Marija