Mercurial > repos > tomnl > mspurity_createmsp
changeset 10:1dd282c0294e draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 116f938ddf39c78d7819fc62249bb11bf92cfcf1
| author | tomnl |
|---|---|
| date | Tue, 25 Jun 2019 12:34:19 -0400 |
| parents | e6a78f89ee07 |
| children | 4b3b0f5a55d9 |
| files | createMSP.xml macros.xml test-data/createDatabase_output.sqlite test-data/createDatabase_output_eic.sqlite |
| diffstat | 4 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/createMSP.xml Tue Jun 25 06:05:06 2019 -0400 +++ b/createMSP.xml Tue Jun 25 12:34:19 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="mspurity_createmsp" name="msPurity.createMSP" version="0.2.1"> +<tool id="mspurity_createmsp" name="msPurity.createMSP" version="0.2.4"> <description>Create MSP files from msPurity processed data</description> <macros> <import>macros.xml</import>
--- a/macros.xml Tue Jun 25 06:05:06 2019 -0400 +++ b/macros.xml Tue Jun 25 12:34:19 2019 -0400 @@ -2,7 +2,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="1.11.1" >bioconductor-mspurity</requirement> + <requirement type="package" version="1.11.2" >bioconductor-mspurity</requirement> <yield /> </requirements> </xml>
