changeset 13:29b04e82bc4e draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 42e346be32aa2c3f33fb2693bfc3675b1cf57397"
author recetox
date Wed, 03 Nov 2021 12:35:35 +0000
parents c1f439401578
children 51f8e69c9d47
files october_recetox_xmsannotator_advanced.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/october_recetox_xmsannotator_advanced.xml	Wed Nov 03 11:26:00 2021 +0000
+++ b/october_recetox_xmsannotator_advanced.xml	Wed Nov 03 12:35:35 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="october_recetox_xmsannotator_advanced" name="OCTOBER RECETOX xMSannotator advanced" version="@TOOL_VERSION@+galaxy2">
+<tool id="october_recetox_xmsannotator_advanced" name="OCTOBER RECETOX xMSannotator advanced" version="@TOOL_VERSION@+galaxy3">
     <description>annotate peak intensity table including scores and confidence levels</description>
     <macros>
         <import>macros.xml</import>
@@ -34,7 +34,7 @@
                 peak_rt_width = as.integer($peak_rt_width),
                 maximum_isotopes = as.integer($maximum_isotopes),
                 min_ions_per_chemical = as.integer($min_ions_per_chemical),
-                filter_by = "$filter_by"
+                filter_by = $filter_by
             )
             save_parquet(data = annotation, file = "${annotation_parquet}")
         ]]></configfile>