changeset 1:e90d5493a744 draft default tip

"planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hedm_npz_to_tesr commit f763b826a9f29b649e0d24b3d7765b292f26e2fa"
author ximgchess
date Thu, 07 Jul 2022 18:47:53 +0000
parents bd74229f61e8
children
files hedm_npz_to_tesr.xml
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/hedm_npz_to_tesr.xml	Thu Apr 01 18:30:44 2021 +0000
+++ b/hedm_npz_to_tesr.xml	Thu Jul 07 18:47:53 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="hedm_npz_to_tesr" name="HEDM to tesr" version="0.1.0" python_template_version="3.5">
+<tool id="hedm_npz_to_tesr" name="HEDM to tesr" version="1.0.0" python_template_version="3.5">
     <description>Convert HEDM npz to a Neper tesr</description>
     <requirements>
         <requirement type="package" version="1.19">numpy</requirement>
@@ -23,23 +23,23 @@
     ]]></command>
     <inputs>
         <!-- change format to approriate npz subclass when available -->
-        <param name="input" type="data" format="zip" label="HEDM npz file"/>
+        <param name="input" type="data" format="npz" label="HEDM npz file"/>
         <param name="voxel_spacing" type="float" value="0.005" min="0" label="Voxel spacing"/>
         <section name="names" expanded="false" title="Specify names used in HEDM.npz input file">
-            <param name="x_name" type="text" value="" label="Name of the X array in the input" optional="true" help="Deafault is a name containing 'X'"/>
-            <param name="y_name" type="text" value="" label="Name of the Y array in the input" optional="true" help="Deafault is a name containing 'Y'"/>
-            <param name="z_name" type="text" value="" label="Name of the Z array in the input" optional="true" help="Deafault is a name containing 'Z'"/>
-            <param name="grain_map" type="text" value="" label="Name of the grain map in the input" optional="true" help="Deafault is a name containing 'grain'"/>
+            <param name="x_name" type="text" value="" label="Name of the X array in the input" optional="true" help="Default is a name containing 'X'"/>
+            <param name="y_name" type="text" value="" label="Name of the Y array in the input" optional="true" help="Default is a name containing 'Y'"/>
+            <param name="z_name" type="text" value="" label="Name of the Z array in the input" optional="true" help="Default is a name containing 'Z'"/>
+            <param name="grain_map" type="text" value="" label="Name of the grain map in the input" optional="true" help="Default is a name containing 'grain'"/>
 	</section>
     </inputs>
     <outputs>
         <!-- output format should be changed to tesr when that is available -->
-        <data name="output" format="txt" label="${input.name.rsplit(sep='.',maxsplit=1)[0]}.tesr"/>
+        <data name="output" format="neper.tesr" label="${input.name.rsplit(sep='.',maxsplit=1)[0]}.tesr"/>
     </outputs>
     <tests>
         <test>
             <!-- change format to approriate npz subclass when available -->
-            <param name="input" ftype="zip" value="HEDM_map.npz"/>
+            <param name="input" ftype="npz" value="HEDM_map.npz"/>
             <output name="output" file="HEDM_map.tesr"/> 
         </test>
     </tests>