Skip to content

Commit

Permalink
Merge pull request #492 from RECETOX/hechth/issue491
Browse files Browse the repository at this point in the history
fix use_theoretical_mz_annotations tools
  • Loading branch information
hechth authored Feb 26, 2024
2 parents 2a2f699 + bb5edcd commit 2b0be68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/misc/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.3.4</token>
<token name="@TOOL_VERSION@">1.0.0</token>
<xml name="creator">
<creator>
<person
Expand Down
4 changes: 2 additions & 2 deletions tools/misc/use_theoretical_mz_annotations.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<tool id="use_theoretical_mz" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy4" profile="21.09">
<tool id="use_theoretical_mz_annotations" name="use theoretical m/z values" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>Overwrite experimentally measured mz values for peaks with theoretical values from peak comments.</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="creator"/>

<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/use_theoretical_mz_annotations.py'
python3 '$__tool_directory__/use_theoretical_mz_annotations.py'
-i '${input}'
-o '${output_data}'
#if $only_theoretical_annotated
Expand Down

0 comments on commit 2b0be68

Please sign in to comment.