diff util.py @ 18:5e1b7d922ea3 draft default tip

planemo upload for repository https://github.com/Alveo/alveo-galaxy-tools commit 53cde5cc9b8c1adcccdc3cfa52d8ca82079aeda7
author stevecassidy
date Mon, 15 Jan 2018 18:34:57 -0500
parents a38315ecf593
children
line wrap: on
line diff
--- a/util.py	Sun Dec 03 18:57:51 2017 -0500
+++ b/util.py	Mon Jan 15 18:34:57 2018 -0500
@@ -25,7 +25,7 @@
 
     """
     # validate the client key, raises an exception if it is not valid
-    client_module.Client(api_key, API_URL, use_cache=False)
+    client_module.Client(api_key=api_key, api_url=API_URL, use_cache=False)
     outfile = open(output_path, 'w')
     outfile.write(api_key)
     outfile.close()
@@ -53,3 +53,4 @@
     itemlist = pyalveo.ItemGroup(itemurls, client)
 
     return itemlist
+