# HG changeset patch
# User stevecassidy
# Date 1510833137 18000
# Node ID 3fd0f8f1f3ce7fb58802c5b03f21dc89d2ed596c
# Parent a38315ecf5936dc584b066fb331c79840d2466c5
planemo upload for repository https://github.com/Alveo/alveo-galaxy-tools commit 63c347461a5d4fed06799e1d3b699e0d30b48191
diff -r a38315ecf593 -r 3fd0f8f1f3ce alveo_get_primary_text.py
--- a/alveo_get_primary_text.py Wed Nov 01 01:18:15 2017 -0400
+++ b/alveo_get_primary_text.py Thu Nov 16 06:52:17 2017 -0500
@@ -49,7 +49,7 @@
content = item.get_primary_text()
if content is not None:
with open(fname, 'w') as out:
- out.write(content)
+ out.write(content.decode('utf-8'))
return downloaded
diff -r a38315ecf593 -r 3fd0f8f1f3ce alveo_get_primary_text.xml
--- a/alveo_get_primary_text.xml Wed Nov 01 01:18:15 2017 -0400
+++ b/alveo_get_primary_text.xml Thu Nov 16 06:52:17 2017 -0500
@@ -6,7 +6,7 @@
- alveo_get_primary_text.py --api_key $api_key --item_list_url $item_list_url --output_path ItemListData
+ alveo_get_primary_text.py --api_key $api_key --item_list $item_list --output_path ItemListData
@@ -27,7 +27,7 @@
-
+
@@ -40,7 +40,7 @@
-
+