diff energy-estimation-utility.xml @ 4:21e619c46cb5 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
author yhoogstrate
date Wed, 02 Mar 2016 05:47:07 -0500
parents 59ab674be4b5
children fd7f0bf0f5b6
line wrap: on
line diff
--- a/energy-estimation-utility.xml	Mon Feb 29 10:43:37 2016 -0500
+++ b/energy-estimation-utility.xml	Wed Mar 02 05:47:07 2016 -0500
@@ -1,8 +1,8 @@
-<tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.0_0">
+<tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.0">
     <description>Estimate the maximal energy a segment needs to assign to become part of the optimal structure using segmentation-fold</description>
     
     <requirements>
-        <requirement type="package" version="1.6.0">segmentation-fold</requirement>
+        <requirement type="package" version="1.1.0">segmentation-fold</requirement>
     </requirements>
     
     <stdio></stdio>
@@ -77,7 +77,7 @@
             <param  name="do_randomization" value="false" />
             <param  name="shuffle_n_times" value="0" />
             
-            <output name="output_list" file="segments_truncated.out.txt" />
+            <output name="output_list" file="segments_truncated.out.txt" lines_diff="2" /><!-- Accept rounding errors by diff CPU's etc. -->
         </test>
         <test>
             <param  name="use_custom_xml" value="true" />
@@ -85,7 +85,7 @@
             <param  name="do_randomization" value="false" />
             <param  name="shuffle_n_times" value="1" />
             
-            <output name="output_list" file="segments_truncated.out.txt" lines_diff="8" />
+            <output name="output_list" file="segments_truncated.2.out.txt" lines_diff="10" />
         </test>
     </tests>