comparison data_manager/data_manager_selection_background.xml @ 4:3f0af6aa8667 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit a54e50916ebdb0858b049cdc549a43df801e1a71
author iuc
date Tue, 21 May 2024 07:36:47 +0000
parents 10ac95ec81d9
children
comparison
equal deleted inserted replaced
3:10ac95ec81d9 4:3f0af6aa8667
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="data_manager_selection_background" name="Add background sequences" tool_type="manage_data" version="1.0.3"> 2 <tool id="data_manager_selection_background" name="Add background sequences" tool_type="manage_data" version="1.0.4" profile="23.0">
3 <description>for selection analysis</description> 3 <description>for selection analysis</description>
4 <requirements>
5 <requirement type="package" version="3.8.3">python</requirement>
6 </requirements>
7
4 <command detect_errors="exit_code"> 8 <command detect_errors="exit_code">
5 <![CDATA[ 9 <![CDATA[
6 python '$__tool_directory__/data_manager_selection_background.py' --output '$selection_background_json' 10 python '$__tool_directory__/data_manager_selection_background.py' --output '$selection_background_json'
7 #if $dbkey: 11 #if $dbkey:
8 --dbkey '${dbkey}' 12 --dbkey '${dbkey}'