Repository 'intermine_galaxy_exchange'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/intermine_galaxy_exchange

Changeset 2:c24014d80001 (2019-02-04)
Previous changeset 1:5673140f2d5a (2018-11-02)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intermine_galaxy_exchange commit 5e5aad34017f77d01169d4ade23ef553d94741c4
modified:
intermine_galaxy_exchange.xml
b
diff -r 5673140f2d5a -r c24014d80001 intermine_galaxy_exchange.xml
--- a/intermine_galaxy_exchange.xml Fri Nov 02 12:17:00 2018 -0400
+++ b/intermine_galaxy_exchange.xml Mon Feb 04 14:53:11 2019 -0500
b
@@ -32,10 +32,10 @@
         <param name="input_tabular" type="data" format="txt" multiple="False" optional="False" label="Tabular file"/>
         <param name="feature_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Type column" value="1"/>
         <param name="feature_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
-        <param name="feature_id_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature column Identifier" value="2"/>
-        <param name="feature_id_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
-        <param name="organism_column" type="data_column" data_ref="input_tabular" optional="True" label="Feature column Identifier" value="3"/>
-        <param name="organism_text" type="text" value="" optional="True" label="Feature Type" help="Optional, will override column selection with static text value"/>
+        <param name="feature_id_column" type="data_column" data_ref="input_tabular" optional="False" label="Feature Identifier column" value="2"/>
+        <param name="feature_id_text" type="text" value="" optional="True" label="Feature Identifier" help="Optional, will override column selection with static text value"/>
+        <param name="organism_column" type="data_column" data_ref="input_tabular" optional="True" label="Organism Name column" value="3"/>
+        <param name="organism_text" type="text" value="" optional="True" label="Organism Name" help="Optional, will override column selection with static text value"/>
     </inputs>
     <outputs>
         <data format="intermine_tabular" name="intermine_output"/>