diff data_manager/shapeit_ref.py @ 3:203133a92000 draft

planemo upload for repository https://github.com/pvanheus/data_manager_shapeit_reference commit 74cb5dd2b3aaed4a5b26840b451b8f2920e4b9fe-dirty
author sanbi-uwc
date Thu, 13 Sep 2018 10:03:16 -0400
parents 52f0767fe68d
children 094bd0114876
line wrap: on
line diff
--- a/data_manager/shapeit_ref.py	Thu Sep 13 08:47:41 2018 -0400
+++ b/data_manager/shapeit_ref.py	Thu Sep 13 10:03:16 2018 -0400
@@ -52,7 +52,7 @@
             exit("TAB character found in {} argument".format(column))
 
     data_manager_dict = {}
-    data_table_entry = dict(key=args.key, description=args.description, path=args.path,
+    data_table_entry = dict(value=args.key, description=args.description, path=args.path,
                             reference_prefix=args.reference_prefix, map_prefix=args.map_prefix)
     _add_data_table_entry(data_manager_dict, 'shapeit_ref', data_table_entry)