comparison data_manager/data_manager_fetch_genome_all_fasta_dbkeys.xml @ 6:16ab4dd6a0e5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_genome_dbkeys_all_fasta commit d933e93ad0fc33484385269841a61f8bda664940-dirty
author iuc
date Fri, 07 Apr 2017 06:43:39 -0400
parents a246b4f11133
children 14eb0fc65c62
comparison
equal deleted inserted replaced
5:a246b4f11133 6:16ab4dd6a0e5
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}'
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>