# HG changeset patch # User iuc # Date 1540945505 14400 # Node ID 9a90656a1af9b5e3abf23d7a0e8a377a2a4eb5c4 # Parent 1a1ec22a7e28d8f6a8537916908407507be59b21 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed diff -r 1a1ec22a7e28 -r 9a90656a1af9 transtermhp.py --- a/transtermhp.py Wed Jun 07 07:53:53 2017 -0400 +++ b/transtermhp.py Tue Oct 30 20:25:05 2018 -0400 @@ -34,9 +34,9 @@ output = subprocess.check_output(cmd) # TERM 1 4342 - 4366 + F 93 -11.5 -3.22878 | opp_overlap 4342, overlap 4340 4357 ttre = re.compile( - '^ (?P.*) (?P\d+) - (?P\d+)\s+' - '(?P[-+])\s+(?P[GFRTHNgfr]+)\s+' - '(?P\d+)\s+(?P[0-9.-]+)\s+(?P[0-9.-]+)' + r'^ (?P.*) (?P\d+) - (?P\d+)\s+' + r'(?P[-+])\s+(?P[GFRTHNgfr]+)\s+' + r'(?P\d+)\s+(?P[0-9.-]+)\s+(?P[0-9.-]+)' ) rec.features = []