Mercurial > repos > iuc > resize_coordinate_window
changeset 2:0f67cc8df03f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/resize_coordinate_window commit ea49259a702be2cc2b70166770d09177019bb210
| author | iuc |
|---|---|
| date | Wed, 11 May 2016 04:01:31 -0400 |
| parents | ac91b96b9e47 |
| children | d569f15be88f |
| files | resize_coordinate_window.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/resize_coordinate_window.py Tue Feb 16 04:04:14 2016 -0500 +++ b/resize_coordinate_window.py Wed May 11 04:01:31 2016 -0400 @@ -34,7 +34,7 @@ for line in len_file: fields = line.split("\t") chrom_lens[fields[0]] = int(fields[1]) -except Exception, e: +except Exception as e: len_file_error = str(e) with open(args.input) as fhi:
