comparison use_theoretical_mz_annotations.xml @ 5:c68193aed29e draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit a57d984a9850c1faa44b6948981eb1303881ba9c
author recetox
date Thu, 14 Aug 2025 12:44:45 +0000
parents e0cac9994a72
children
comparison
equal deleted inserted replaced
4:34d6b282ab6a 5:c68193aed29e
1 <tool id="use_theoretical_mz_annotations" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy1" profile="21.09"> 1 <tool id="use_theoretical_mz_annotations" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy2" profile="23.0">
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
8 <requirements>
9 <requirement type="package" version="3.11">python</requirement>
10 </requirements>
7 11
8 <command detect_errors="exit_code"><![CDATA[ 12 <command detect_errors="exit_code"><![CDATA[
9 python3 '${__tool_directory__}/use_theoretical_mz_annotations.py' 13 python3 '${__tool_directory__}/use_theoretical_mz_annotations.py'
10 -i '${input}' 14 -i '${input}'
11 -o '${output_data}' 15 -o '${output_data}'