diff data_manager/data_manager_selection_background.xml @ 3:90e46fb64edf draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit bbba39ae993250a1e7301965b03c12621513775e"
author iuc
date Wed, 25 Aug 2021 21:07:32 +0000
parents f6d4b709b0bf
children
line wrap: on
line diff
--- a/data_manager/data_manager_selection_background.xml	Tue Aug 24 17:58:05 2021 +0000
+++ b/data_manager/data_manager_selection_background.xml	Wed Aug 25 21:07:32 2021 +0000
@@ -1,10 +1,12 @@
 <?xml version="1.0"?>
-<tool id="data_manager_selection_background" name="Add background sequences" tool_type="manage_data" version="1.0.2">
+<tool id="data_manager_selection_background" name="Add background sequences" tool_type="manage_data" version="1.0.3">
     <description>for selection analysis</description>
     <command detect_errors="exit_code">
     <![CDATA[
-        python '$__tool_directory__/data_manager_selection_background.py' --out '$selection_background_json'
-        --dbkey '${dbkey}'
+        python '$__tool_directory__/data_manager_selection_background.py' --output '$selection_background_json'
+        #if $dbkey:
+            --dbkey '${dbkey}'
+        #end if
         --label '${label}'
         #if $data_source.source_selector == 'history':
             --dataset '$data_source.dataset'