diff matchms_formatter.xml @ 1:364976b9aba6 draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 67040e686204e86c07ec46ca90129e50e40eb737"
author recetox
date Tue, 11 Jan 2022 15:13:57 +0000
parents 0a08bed94964
children 52abfe76c25b
line wrap: on
line diff
--- a/matchms_formatter.xml	Sat Oct 30 13:48:25 2021 +0000
+++ b/matchms_formatter.xml	Tue Jan 11 15:13:57 2022 +0000
@@ -31,8 +31,8 @@
     </configfiles>
 
     <inputs>
-        <param label="Scores Table" name="scores" type="data" format="tsv" help="Scores output table." />
-        <param label="Matches Table" name="matches" type="data" format="tsv" help="Scores output table." />
+        <param label="Scores Table" name="scores" type="data" format="csv,tsv" help="Scores output table." />
+        <param label="Matches Table" name="matches" type="data" format="csv,tsv" help="Scores output table." />
 
         <conditional name="method">
             <param name="selection" type="select" label="Formatting method">
@@ -52,7 +52,7 @@
 
     </inputs>
     <outputs>
-        <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format="tsv" />
+        <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format_source="scores" />
     </outputs>
 
     <tests>