changeset 19:186a86d97979 draft

planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit 615ad2fb1b9bea56bb92aece10c4efaf1060c553
author rhpvorderman
date Wed, 04 Jul 2018 03:56:04 -0400
parents cffe5c3a3a18
children 38c35431604d
files data_manager/data_manager_select_index_by_path.xml
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_select_index_by_path.xml	Wed Jul 04 03:50:27 2018 -0400
+++ b/data_manager/data_manager_select_index_by_path.xml	Wed Jul 04 03:56:04 2018 -0400
@@ -6,15 +6,9 @@
     <description>path inputer</description>
     <command detect_errors="exit_code" interpreter="python">
         path_name_value_key_manager.py
-        #if $value
-            --value "${value}"
-        #end if
-        #if $dbkey
+        --value "${value}"
         --dbkey "${dbkey}"
-        #end if
-        #if $name
         --name "${name}"
-        # end if
         --path "${path}"
         --data_table_name "${data_table_set.data_table}"
         --json_output_file "${json_output_file}"