changeset 23:24fec2012cc0 draft

planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit ae1c8c9c978f043750462b2b5166812979cca0e4
author rhpvorderman
date Wed, 04 Jul 2018 10:11:32 -0400
parents 98a083c14e81
children f5a46789d0ce
files data_manager/data_manager_select_index_by_path.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_select_index_by_path.xml	Wed Jul 04 04:25:04 2018 -0400
+++ b/data_manager/data_manager_select_index_by_path.xml	Wed Jul 04 10:11:32 2018 -0400
@@ -5,7 +5,7 @@
         <requirement type="package">pyyaml</requirement>
     </requirements>
     <description>path inputer</description>
-    <command detect_errors="exit_code" interpreter="python3">
+    <command detect_errors="exit_code"><![CDATA[
         path_name_value_key_manager.py
         --value "${value}"
         --dbkey "${dbkey}"
@@ -16,7 +16,7 @@
         #if $data_table_set.data_table == "rnastar_index2"
         --extra-columns {'with-gtf': '$data_table_set.with_gtf'}
         #end if
-    </command>
+        ]]></command>
     <inputs>
         <param name="value" type="text" value="" label="value field for the entry.  Defaults to name if left blank." />
         <param name="dbkey" type="text" value="" label="dbkey field for the entry.  Defaults to value if left blank." />