comparison lcmsmatching.xml @ 10:51b9d4a05d11 draft default tip

planemo upload commit c397cd8a93953798d733fd62653f7098caac30ce
author prog
date Tue, 05 Feb 2019 05:30:30 -0500
parents a44cfb065f4c
children
comparison
equal deleted inserted replaced
9:a44cfb065f4c 10:51b9d4a05d11
1 <!-- vi: se fdm=marker : --> 1 <!-- vi: se fdm=marker : -->
2 <tool id="lcmsmatching" name="LCMS matching" version="4.0.1" profile="18.05"> 2 <tool id="lcmsmatching" name="LCMS matching" version="4.0.2" profile="18.05">
3 3
4 <description>Annotation of LCMS peaks using matching on a in-house spectra database or on PeakForest spectra database.</description> 4 <description>Annotation of LCMS peaks using matching on a in-house spectra database or on PeakForest spectra database.</description>
5 5
6 <!-- Requirements {{{1 --> 6 <!-- Requirements {{{1 -->
7 <!-- **************************************************************** --> 7 <!-- **************************************************************** -->
8 <requirements> 8 <requirements>
9 <requirement type="package" version="1.2.2">r-biodb</requirement> 9 <requirement type="package" version="1.2.2">r-biodb</requirement>
10 <requirement type="package" version="1.20.0">r-getopt</requirement> 10 <requirement type="package" version="1.20.2">r-getopt</requirement>
11 <requirement type="package" version="0.2_15">r-codetools</requirement> <!-- R_VERSION="0.2-15" IMPORTANT Do not remove, used by travis_install_deps.sh script. --> <!-- codetools package is needed because of the following error when running Galaxy on Travis-CI in planemo tests: "code for methods in class “HtmlWriter” was not checked for suspicious field assignments (recommended package ‘codetools’ not available?)". --> 11 <requirement type="package" version="0.2_15">r-codetools</requirement> <!-- R_VERSION="0.2-15" IMPORTANT Do not remove, used by travis_install_deps.sh script. --> <!-- codetools package is needed because of the following error when running Galaxy on Travis-CI in planemo tests: "code for methods in class “HtmlWriter” was not checked for suspicious field assignments (recommended package ‘codetools’ not available?)". -->
12 12
13 </requirements> 13 </requirements>
14 14
15 <!-- Command {{{1 --> 15 <!-- Command {{{1 -->