diff eco_map.xml @ 1:b38b954b92b9 draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 459ba1277acd7d8d4a02f90dbd7ff444bf8eac92
author ecology
date Wed, 24 Jan 2024 15:53:20 +0000
parents 3d750279158b
children
line wrap: on
line diff
--- a/eco_map.xml	Wed Oct 18 09:58:34 2023 +0000
+++ b/eco_map.xml	Wed Jan 24 15:53:20 2024 +0000
@@ -14,14 +14,14 @@
     ]]>
     </command>
     <inputs>
-      <param name="cluster" type="data" format="txt" label="Source file (cluster points from previous step)"/>
+      <param name="cluster" type="data" format="tabular" label="Source file (File 'cluster points' from previous step)" help="See example below"/>
     </inputs>
     <outputs>
       <data name="output" from_work_dir="ecoregions.png" format="png" label="Map"/>
     </outputs>
     <tests>
         <test>
-            <param name='cluster' value="points_clus.txt"/>
+            <param name='cluster' value="points_clus.tsv"/>
             <output name='output' value="ecoregions.png"/>
         </test>
     </tests>