changeset 10:51b9d4a05d11 draft default tip

planemo upload commit c397cd8a93953798d733fd62653f7098caac30ce
author prog
date Tue, 05 Feb 2019 05:30:30 -0500
parents a44cfb065f4c
children
files README.md lcmsmatching.xml
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Wed Jan 30 06:43:44 2019 -0500
+++ b/README.md	Tue Feb 05 05:30:30 2019 -0500
@@ -24,6 +24,14 @@
 
 ## Changelog
 
+### 4.0.2
+
+   * Increase getopt version to 1.20.2.
+
+### 4.0.1
+
+   * Downgrade to Galaxy 18.05. Test in both 18.05 and 18.09.
+
 ### 4.0.0
 
    * Switch to biodb R library (<http://github.com/pkrog/biodb>).
--- a/lcmsmatching.xml	Wed Jan 30 06:43:44 2019 -0500
+++ b/lcmsmatching.xml	Tue Feb 05 05:30:30 2019 -0500
@@ -1,5 +1,5 @@
 <!-- vi: se fdm=marker : -->
-<tool id="lcmsmatching" name="LCMS matching" version="4.0.1" profile="18.05">
+<tool id="lcmsmatching" name="LCMS matching" version="4.0.2" profile="18.05">
 
 	<description>Annotation of LCMS peaks using matching on a in-house spectra database or on PeakForest spectra database.</description>
 
@@ -7,7 +7,7 @@
 	<!-- **************************************************************** -->
 	<requirements>
 		<requirement type="package" version="1.2.2">r-biodb</requirement>
-		<requirement type="package" version="1.20.0">r-getopt</requirement>
+		<requirement type="package" version="1.20.2">r-getopt</requirement>
 		<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?)". -->
 		
 	</requirements>