diff ramclustr.xml @ 10:2d94da58904b draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit dc508ea3521991cd42ff6c1aa8aa845b36412771
author recetox
date Wed, 22 May 2024 08:04:21 +0000
parents d70dd1d6ac4d
children da7722f665f4
line wrap: on
line diff
--- a/ramclustr.xml	Wed Apr 17 07:51:23 2024 +0000
+++ b/ramclustr.xml	Wed May 22 08:04:21 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="ramclustr" name="RAMClustR" version="@TOOL_VERSION@+galaxy5" profile="21.09">
+<tool id="ramclustr" name="RAMClustR" version="@TOOL_VERSION@+galaxy6" profile="21.09">
     <description>A feature clustering algorithm for non-targeted mass spectrometric metabolomics data.</description>
     <macros>
         <import>macros.xml</import>
@@ -56,6 +56,8 @@
             ramclustObj = read_ramclustr_aplcms(
                 ms1_featuredefinitions = "$filetype.ms_dataframe.ms1_featureDefinitions",
                 ms1_featurevalues = "$filetype.ms_dataframe.ms1_featureValues",
+                ms1_featuredefinitions_ext = "$filetype.ms_dataframe.ms1_featureDefinitions.ext",
+                ms1_featurevalues_ext = "$filetype.ms_dataframe.ms1_featureValues.ext",
                 #if $filetype.ms_dataframe.df_phenoData:
                     df_phenodata = "$filetype.ms_dataframe.df_phenoData",
                     phenodata_ext = "${filetype.ms_dataframe.df_phenoData.ext}",