Previous changeset 2:42ec41fe2329 (2023-10-12) Next changeset 4:ae66b58846cd (2023-12-01) |
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit 14d90155d2579b399ad04010dcade97aa8543d30 |
modified:
macros.xml recetox_msfinder.xml |
b |
diff -r 42ec41fe2329 -r d1f44632f206 macros.xml --- a/macros.xml Thu Oct 12 13:31:14 2023 +0000 +++ b/macros.xml Sat Oct 21 12:31:00 2023 +0000 |
b |
@@ -18,6 +18,11 @@ name="RECETOX MUNI" /> </creator> </xml> + <xml name="refs"> + <xrefs> + <xref type="bio.tools">recetox-msfinder</xref> + </xrefs> + </xml> <xml name="input"> <param name="input_data" type="data" format="msp" label="Input mass spectral library file to which to add peak annotations." help="Formula and InChI (or SMILES) codes are required to be present in the library file" /> |
b |
diff -r 42ec41fe2329 -r d1f44632f206 recetox_msfinder.xml --- a/recetox_msfinder.xml Thu Oct 12 13:31:14 2023 +0000 +++ b/recetox_msfinder.xml Sat Oct 21 12:31:00 2023 +0000 |
b |
@@ -1,8 +1,9 @@ -<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy1"> +<tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy2"> <description>Annotation of fragment peaks in mass spectral libraries.</description> <macros> <import>macros.xml</import> </macros> + <expand macro="refs"/> <expand macro="creator" /> <expand macro="requirements" /> |