Mercurial > repos > recetox > matchms_filtering
diff matchms_filtering.xml @ 1:2f9c19fa4346 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
author | recetox |
---|---|
date | Fri, 28 Jan 2022 16:22:45 +0000 |
parents | 6303b43e29cb |
children | b8bf66da7e6f |
line wrap: on
line diff
--- a/matchms_filtering.xml Mon Jan 24 11:15:00 2022 +0000 +++ b/matchms_filtering.xml Fri Jan 28 16:22:45 2022 +0000 @@ -1,7 +1,11 @@ -<tool id="matchms_filtering" name="matchMS filtering" version="0.11.0+galaxy0"> +<tool id="matchms_filtering" name="matchMS filtering" version="@TOOL_VERSION@+galaxy0"> <description>filter and normalize mass spectrometry data</description> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="creator"/> <requirements> - <requirement type="package" version="0.11.0">matchms</requirement> + <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> <requirement type="package" version="1.1.4">pandas</requirement> </requirements>