comparison intermine_galaxy_exchange.xml @ 2:c24014d80001 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 5e5aad34017f77d01169d4ade23ef553d94741c4
author iuc
date Mon, 04 Feb 2019 14:53:11 -0500
parents 5673140f2d5a
children
comparison
equal deleted inserted replaced
1:5673140f2d5a 2:c24014d80001
30 </command> 30 </command>
31 <inputs> 31 <inputs>
32 <param name="input_tabular" type="data" format="txt" multiple="False" optional="False" label="Tabular file"/> 32 <param name="input_tabular" type="data" format="txt" multiple="False" optional="False" label="Tabular file"/>
33 <param name="feature_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Type column" value="1"/> 33 <param name="feature_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Type column" value="1"/>
34 <param name="feature_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/> 34 <param name="feature_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
35 <param name="feature_id_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature column Identifier" value="2"/> 35 <param name="feature_id_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Identifier column" value="2"/>
36 <param name="feature_id_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/> 36 <param name="feature_id_text" type="text" value="" optional="True" label="Feature Identifier" help="Optional, will override column selection with static text value"/>
37 <param name="organism_column" type="data_column" data_ref="input_tabular" optional="True" label="Feature column Identifier" value="3"/> 37 <param name="organism_column" type="data_column" data_ref="input_tabular" optional="True" label="Organism Name column" value="3"/>
38 <param name="organism_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/> 38 <param name="organism_text" type="text" value="" optional="True" label="Organism Name" help="Optional, will override column selection with static text value"/>
39 </inputs> 39 </inputs>
40 <outputs> 40 <outputs>
41 <data format="intermine_tabular" name="intermine_output"/> 41 <data format="intermine_tabular" name="intermine_output"/>
42 </outputs> 42 </outputs>
43 <tests> 43 <tests>