Mercurial > repos > iuc > data_manager_manual
comparison data_manager/data_manager_manual.xml @ 10:ac682ae1c557 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_manual commit 09b56ef3e09ad6c5923c88616fea5cbd77d87616
author | iuc |
---|---|
date | Mon, 18 Dec 2023 09:36:28 +0000 |
parents | 0bed5ee5b74a |
children |
comparison
equal
deleted
inserted
replaced
9:f7b5ea5d11d7 | 10:ac682ae1c557 |
---|---|
1 <tool id="data_manager_manual" name="Manual Data Manager" version="0.0.2" tool_type="manage_data" profile="19.01"> | 1 <tool id="data_manager_manual" name="Manual Data Manager" version="0.0.3" tool_type="manage_data" profile="19.01"> |
2 <options sanitize="False" /> | 2 <options sanitize="False" /> |
3 <description>Entry Builder</description> | 3 <description>Entry Builder</description> |
4 <command detect_errors="exit_code"><![CDATA[ | 4 <command detect_errors="exit_code"><![CDATA[ |
5 python '$__tool_directory__/data_manager_manual.py' | 5 python '$__tool_directory__/data_manager_manual.py' |
6 '${out_file}' | 6 '${out_file}' |
53 </when> | 53 </when> |
54 </conditional> | 54 </conditional> |
55 </repeat> | 55 </repeat> |
56 </inputs> | 56 </inputs> |
57 <outputs> | 57 <outputs> |
58 <data name="out_file" format="data_manager_json" dbkey="dbkey"/> | 58 <data name="out_file" format="data_manager_json"/> |
59 </outputs> | 59 </outputs> |
60 <tests> | 60 <tests> |
61 <test> | 61 <test> |
62 <repeat name="data_tables"> | 62 <repeat name="data_tables"> |
63 <param name="data_table_name" value="__dbkeys__"/> | 63 <param name="data_table_name" value="__dbkeys__"/> |