changeset 1:b71c651e7950 draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/psm_validation commit e499c9124d3fd85a7fc47b95c206ce91a5e3678c"
author galaxyp
date Thu, 29 Oct 2020 16:22:07 +0000
parents ddcab0f11473
children
files macros.xml psm_validation.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Oct 15 07:45:17 2020 +0000
+++ b/macros.xml	Thu Oct 29 16:22:07 2020 +0000
@@ -1,5 +1,6 @@
 <macros>
     <token name="@VERSION@">1.0.3</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="help-text">
         <help>
             <![CDATA[                
--- a/psm_validation.xml	Thu Oct 15 07:45:17 2020 +0000
+++ b/psm_validation.xml	Thu Oct 29 16:22:07 2020 +0000
@@ -1,4 +1,4 @@
-    <tool id="psmvalidator" name="PSM-Fragment Validator" version="@VERSION@">
+    <tool id="psmvalidator" name="PSM-Fragment Validator" version="@VERSION@+galaxy@VERSION_SUFFIX@">
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -30,7 +30,7 @@
         <param name="y_ion_run" type="integer" value="2" label="Consecutive Y-Ions" />
         <param name="neutral_loss_ions" type="boolean" checked="True" label="Use Neutral Loss" />
         <param name="internal_ions" type="boolean" checked="True" label="Use Internals" />
-        <param name="epsilon" type="float" value="0.5" label="Epsilon" />
+        <param name="epsilon" type="float" value="0.5" label="Fragment Tolerance" />
     </inputs>
     <outputs>
         <data name="html_output" format="html" from_work_dir="index.html" label="PSM Ion Fragementation Report" />