Mercurial > repos > iuc > data_manager_selection_background
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:f6d4b709b0bf | 3:90e46fb64edf |
---|---|
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.2"> | 2 <tool id="data_manager_selection_background" name="Add background sequences" tool_type="manage_data" version="1.0.3"> |
3 <description>for selection analysis</description> | 3 <description>for selection analysis</description> |
4 <command detect_errors="exit_code"> | 4 <command detect_errors="exit_code"> |
5 <![CDATA[ | 5 <![CDATA[ |
6 python '$__tool_directory__/data_manager_selection_background.py' --out '$selection_background_json' | 6 python '$__tool_directory__/data_manager_selection_background.py' --output '$selection_background_json' |
7 --dbkey '${dbkey}' | 7 #if $dbkey: |
8 --dbkey '${dbkey}' | |
9 #end if | |
8 --label '${label}' | 10 --label '${label}' |
9 #if $data_source.source_selector == 'history': | 11 #if $data_source.source_selector == 'history': |
10 --dataset '$data_source.dataset' | 12 --dataset '$data_source.dataset' |
11 #else: | 13 #else: |
12 --uri '$data_source.uri' | 14 --uri '$data_source.uri' |