comparison use_theoretical_mz_annotations.xml @ 2:e0cac9994a72 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 6d6720ef358935ad4bb7c5f26efb55647567eb14
author recetox
date Mon, 26 Feb 2024 10:40:17 +0000
parents 3c7f20b24047
children
comparison
equal deleted inserted replaced
1:3c7f20b24047 2:e0cac9994a72
1 <tool id="use_theoretical_mz_annotations" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy0" profile="21.09"> 1 <tool id="use_theoretical_mz_annotations" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy1" profile="21.09">
2 <description>Overwrite experimentally measured mz values for peaks with theoretical values from peak comments.</description> 2 <description>Overwrite experimentally measured mz values for peaks with theoretical values from peak comments.</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="creator"/> 6 <expand macro="creator"/>
7 7
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 python3 '$__tool_directory__/use_theoretical_mz_annotations.py' 9 python3 '${__tool_directory__}/use_theoretical_mz_annotations.py'
10 -i '${input}' 10 -i '${input}'
11 -o '${output_data}' 11 -o '${output_data}'
12 #if $only_theoretical_annotated 12 #if $only_theoretical_annotated
13 -a 13 -a
14 #end if 14 #end if