Mercurial > repos > galaxyp > openms_fidoadapter
comparison FidoAdapter.xml @ 4:935188b9c911 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 1e51bed3a1c10c67ef0404216608e9333db04c64
author | galaxyp |
---|---|
date | Wed, 18 Oct 2017 15:11:18 -0400 |
parents | abd0666c9bf2 |
children | ef332f82a0e1 |
comparison
equal
deleted
inserted
replaced
3:abd0666c9bf2 | 4:935188b9c911 |
---|---|
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: |