comparison FidoAdapter.xml @ 9:0245664f3b6d draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 26556c08813e892b4d1eed0e98012601870cae5f
author galaxyp
date Wed, 20 Sep 2017 10:02:30 -0400
parents 802889a3a9de
children ea92ae2382ef
comparison
equal deleted inserted replaced
8:2c7146311fa5 9:0245664f3b6d
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 CTD2Galaxy.-->
3 <!--Proposed Tool Section: [ID Processing]--> 3 <!--Proposed Tool Section: [ID Processing]-->
4 <tool id="FidoAdapter" name="FidoAdapter" version="2.2.0"> 4 <tool id="FidoAdapter" name="FidoAdapter" version="2.2.0.1">
5 <description>Runs the protein inference engine Fido.</description> 5 <description>Runs the protein inference engine Fido.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FidoAdapter</token> 7 <token name="@EXECUTABLE@">FidoAdapter</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>FidoAdapter 13 <command>FidoAdapter
14 -fidocp_executable fido_choose_parameters 14 -fidocp_executable FidoChooseParameters
15 -fido_executable fido 15 -fido_executable Fido
16 16
17 #if $param_in: 17 #if $param_in:
18 -in $param_in 18 -in $param_in
19 #end if 19 #end if
20 #if $param_out: 20 #if $param_out: