diff percolator.xml @ 1:23141085ca9e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit 0a5f9eb82877545be1c924357e585b17e01cfd1c
author galaxyp
date Sat, 04 Mar 2017 20:35:44 -0500
parents 10fd48cb625a
children b20ea66c01f0
line wrap: on
line diff
--- a/percolator.xml	Wed Dec 07 17:26:46 2016 -0500
+++ b/percolator.xml	Sat Mar 04 20:35:44 2017 -0500
@@ -1,4 +1,4 @@
-<tool id="percolator" name="Percolator" version="3.0">
+<tool id="percolator" name="Percolator" version="3.0.1">
     <description>accurate peptide identification</description>
     <requirements>
         <requirement type="package" version="3.0">percolator</requirement>
@@ -39,7 +39,7 @@
     <inputs>
         <param name="output_type" label="What filetype to output" type="select" display="radio">
             <option value="xml" selected="true">percolator XML (for further processing)</option>
-	        <option value="tsv">Tab-separated</option>
+	    <option value="tsv">Tab-separated</option>
         </param>
         <param name="input" type="data" format="percin" label="Percolator input data" />
         <param name="cpos" label="Penalty for mistakes on positive examples" type="float" optional="true" />