Mercurial > repos > galaxyp > percolator
diff percolator.xml @ 1:86770eea5b09 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit 0a5f9eb82877545be1c924357e585b17e01cfd1c
author | galaxyp |
---|---|
date | Sat, 04 Mar 2017 20:36:03 -0500 |
parents | 3a49065a05d6 |
children | 7a0951d0e13e |
line wrap: on
line diff
--- a/percolator.xml Wed Dec 07 16:43:51 2016 -0500 +++ b/percolator.xml Sat Mar 04 20:36:03 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" />