Mercurial > repos > recetox > matchms_formatter
diff matchms_formatter.xml @ 3:574c6331e9db draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 38a5028a7abe99794086e9b1374ab4bb8bfa68de
author | recetox |
---|---|
date | Wed, 21 Sep 2022 15:29:51 +0000 |
parents | 60f34912b3de |
children | 966b4134ad12 |
line wrap: on
line diff
--- a/matchms_formatter.xml Thu Sep 08 14:49:19 2022 +0000 +++ b/matchms_formatter.xml Wed Sep 21 15:29:51 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="matchms_formatter" name="matchms output formatter" version="0.1.3" python_template_version="3.5"> +<tool id="matchms_formatter" name="matchms output formatter" version="0.1.4" python_template_version="3.5"> <description>reformat output tables of matchms</description> <macros> @@ -32,8 +32,8 @@ </configfiles> <inputs> - <param label="Scores Table" name="scores" type="data" format="csv,tabular,tsv" help="Scores output table." /> - <param label="Matches Table" name="matches" type="data" format="csv,tabular,tsv" help="Scores output table." /> + <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." /> <conditional name="method"> @@ -54,7 +54,7 @@ </inputs> <outputs> - <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format_source="scores"/> + <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format="tsv"/> </outputs> <tests>