Mercurial > repos > recetox > matchms_add_key
diff matchms_add_key.xml @ 18:081390a8e739 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit bd80a813fb2f01f22eed0c874f8911ce4d00762a
| author | recetox |
|---|---|
| date | Mon, 30 Jun 2025 12:58:54 +0000 |
| parents | b23b6a640f6a |
| children |
line wrap: on
line diff
--- a/matchms_add_key.xml Thu Nov 14 15:09:47 2024 +0000 +++ b/matchms_add_key.xml Mon Jun 30 12:58:54 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="matchms_add_key" name="matchms add key" version="@TOOL_VERSION@+galaxy0" profile="21.09"> +<tool id="matchms_add_key" name="matchms add key" version="@TOOL_VERSION@+galaxy0" profile="23.0" license="MIT"> <description>Set metadata key in MSP to static value</description> <macros> @@ -67,8 +67,10 @@ <tests> <test> <param name="spectral_library" value="filtering/input.msp" ftype="msp"/> - <param name="key" value="tool_used"/> - <param name="value" value="matchms"/> + <repeat name="attribute_repeat"> + <param name="key" value="tool_used"/> + <param name="value" value="matchms"/> + </repeat> <output name="output" file="add_key/out_matchms_add_key.msp" ftype="msp"/> </test> <test>
