diff resize_coordinate_window.py @ 3:9ba78e8985dc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/resize_coordinate_window commit ad3846c086321d9bd604e974fd21323347b73470
author iuc
date Mon, 10 Jul 2017 11:47:19 -0400
parents 541f300f322d
children 4eb3cc1f8466
line wrap: on
line diff
--- a/resize_coordinate_window.py	Mon Nov 14 14:04:00 2016 -0500
+++ b/resize_coordinate_window.py	Mon Jul 10 11:47:19 2017 -0400
@@ -10,6 +10,7 @@
     sys.stderr.write(msg)
     sys.exit(1)
 
+
 parser = argparse.ArgumentParser()
 parser.add_argument('--input', dest='input', help="Input dataset")
 parser.add_argument('--start_coordinate', dest='start_coordinate', type=int, help='Chromosome start coordinate, either 0 or 1.')