Mercurial > repos > recetox > matchms_filtering
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:6303b43e29cb | 1:2f9c19fa4346 |
---|---|
1 <tool id="matchms_filtering" name="matchMS filtering" version="0.11.0+galaxy0"> | 1 <tool id="matchms_filtering" name="matchMS filtering" version="@TOOL_VERSION@+galaxy0"> |
2 <description>filter and normalize mass spectrometry data</description> | 2 <description>filter and normalize mass spectrometry data</description> |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="creator"/> | |
3 <requirements> | 7 <requirements> |
4 <requirement type="package" version="0.11.0">matchms</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> |
5 <requirement type="package" version="1.1.4">pandas</requirement> | 9 <requirement type="package" version="1.1.4">pandas</requirement> |
6 </requirements> | 10 </requirements> |
7 | 11 |
8 <environment_variables> | 12 <environment_variables> |
9 <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable> | 13 <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable> |