comparison msmetaenhancer.xml @ 11:791bf4d9b06c draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/msmetaenhancer commit 17a9f7a879086d08cd5e8ce11f2eb22f1e054ea5
author recetox
date Tue, 16 Apr 2024 11:23:32 +0000
parents 3e2cb0bc6959
children a6af1e124e06
comparison
equal deleted inserted replaced
10:3e2cb0bc6959 11:791bf4d9b06c
1 <tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy3"> 1 <tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy0" profile="21.09">
2 <description>annotate MS data</description> 2 <description>annotate MS data</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
82 <outputs> 82 <outputs>
83 <data label="MSMetaEnhancer on ${on_string}" name="output_file" format="msp"> 83 <data label="MSMetaEnhancer on ${on_string}" name="output_file" format="msp">
84 <change_format> 84 <change_format>
85 <when input="input_file.ext" value="mgf" format="mgf" /> 85 <when input="input_file.ext" value="mgf" format="mgf" />
86 <when input="input_file.ext" value="json" format="json" /> 86 <when input="input_file.ext" value="json" format="json" />
87 <when input="input_file.ext" value="csv" format="csv" /> 87 <when input="input_file.ext" value="csv" format="tsv" />
88 <when input="input_file.ext" value="tsv" format="tsv" /> 88 <when input="input_file.ext" value="tsv" format="tsv" />
89 <when input="input_file.ext" value="xlsx" format="xlsx" /> 89 <when input="input_file.ext" value="xlsx" format="xlsx" />
90 </change_format> 90 </change_format>
91 </data> 91 </data>
92 <data label="Log of MSMetaEnhancer on ${on_string}" name="log_file" format="txt"> 92 <data label="Log of MSMetaEnhancer on ${on_string}" name="log_file" format="txt">