Mercurial > repos > iuc > resize_coordinate_window
changeset 2:541f300f322d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/resize_coordinate_window commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
author | iuc |
---|---|
date | Mon, 14 Nov 2016 14:04:00 -0500 |
parents | 0164d2edba9f |
children | 9ba78e8985dc |
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:05:23 2016 -0500 +++ b/resize_coordinate_window.py Mon Nov 14 14:04:00 2016 -0500 @@ -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: