comparison QCShrinker.xml @ 5:b186ae098994 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author galaxyp
date Mon, 12 Feb 2018 12:56:01 -0500
parents ad69b52388aa
children 52720a19f8f1
comparison
equal deleted inserted replaced
4:4c250c7ce749 5:b186ae098994
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="QCShrinker" name="QCShrinker" version="2.2.0"> 4 <tool id="QCShrinker" name="QCShrinker" version="2.3.0">
5 <description>This application is used to remove the verbose table attachments from a qcml file that are not needed anymore, e.g. for a final report.</description> 5 <description>This application is used to remove the verbose table attachments from a qcml file that are not needed anymore, e.g. for a final report.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">QCShrinker</token> 7 <token name="@EXECUTABLE@">QCShrinker</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
41 #end if 41 #end if
42 #end if 42 #end if
43 </command> 43 </command>
44 <inputs> 44 <inputs>
45 <param name="param_in" type="data" format="qcml" optional="False" label="Input qcml file" help="(-in) "/> 45 <param name="param_in" type="data" format="qcml" optional="False" label="Input qcml file" help="(-in) "/>
46 <repeat name="rep_param_qp_accessions" min="0" max="1" title="param_qp_accessions"> 46 <repeat name="rep_param_qp_accessions" min="0" title="param_qp_accessions">
47 <param name="param_qp_accessions" type="text" size="30" label="A list of cv accessions that should be removed" help="(-qp_accessions) If empty, the usual suspects will be removed!"> 47 <param name="param_qp_accessions" type="text" size="30" label="A list of cv accessions that should be removed" help="(-qp_accessions) If empty, the usual suspects will be removed!">
48 <sanitizer> 48 <sanitizer>
49 <valid initial="string.printable"> 49 <valid initial="string.printable">
50 <remove value="'"/> 50 <remove value="'"/>
51 <remove value="&quot;"/> 51 <remove value="&quot;"/>