comparison data_manager/data_manager_fetch_genome_all_fasta_dbkeys.xml @ 5:a246b4f11133 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_genome_dbkeys_all_fasta commit 8652f36a3a3838dca989426961561e81432acf4f-dirty
author iuc
date Wed, 05 Apr 2017 08:33:57 -0400
parents 60994ca04177
children 16ab4dd6a0e5
comparison
equal deleted inserted replaced
4:60994ca04177 5:a246b4f11133
2 <description>fetching</description> 2 <description>fetching</description>
3 <command detect_errors="exit_code"><![CDATA[ 3 <command detect_errors="exit_code"><![CDATA[
4 python '$__tool_directory__/data_manager_fetch_genome_all_fasta_dbkeys.py' 4 python '$__tool_directory__/data_manager_fetch_genome_all_fasta_dbkeys.py'
5 '${out_file}' 5 '${out_file}'
6 #if str( $dbkey_source.dbkey_source_selector ) == 'existing': 6 #if str( $dbkey_source.dbkey_source_selector ) == 'existing':
7 --dbkey_description '${ dbkey_source.dbkey.get_display_text() }' 7 --dbkey_description ${ dbkey_source.dbkey.get_display_text() }
8 #else 8 #else
9 --dbkey_description '${ dbkey_source.dbkey_name or $dbkey_source.dbkey }' 9 --dbkey_description '${ dbkey_source.dbkey_name or $dbkey_source.dbkey }'
10 #end if 10 #end if
11 ]]></command> 11 ]]></command>
12 <inputs> 12 <inputs>