Previous changeset 0:d75b6626e18a (2024-02-22) Next changeset 2:e0cac9994a72 (2024-02-26) |
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 2b0be6866d514189a4beb3f4168b473222cb3ccb |
modified:
macros.xml use_theoretical_mz_annotations.xml |
b |
diff -r d75b6626e18a -r 3c7f20b24047 macros.xml --- a/macros.xml Thu Feb 22 10:48:59 2024 +0000 +++ b/macros.xml Mon Feb 26 10:24:28 2024 +0000 |
b |
@@ -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 |
b |
diff -r d75b6626e18a -r 3c7f20b24047 use_theoretical_mz_annotations.xml --- a/use_theoretical_mz_annotations.xml Thu Feb 22 10:48:59 2024 +0000 +++ b/use_theoretical_mz_annotations.xml Mon Feb 26 10:24:28 2024 +0000 |
[ |
@@ -1,4 +1,4 @@ -<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> @@ -6,7 +6,7 @@ <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 |