Mercurial > repos > galaxyp > openms_qcembedder
comparison QCEmbedder.xml @ 14:815e502a2288 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author | galaxyp |
---|---|
date | Fri, 14 Jun 2024 21:33:20 +0000 |
parents | f9e709333234 |
children |
comparison
equal
deleted
inserted
replaced
13:f9e709333234 | 14:815e502a2288 |
---|---|
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 CTDConverter.--> | 1 <!--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]--> | 2 <!--Proposed Tool Section: []--> |
4 <tool id="QCEmbedder" name="QCEmbedder" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 3 <tool id="QCEmbedder" name="QCEmbedder" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
5 <description>Attaches a table or an image to a given qc parameter.</description> | 4 <description>Attaches a table or an image to a given qc parameter</description> |
6 <macros> | 5 <macros> |
7 <token name="@EXECUTABLE@">QCEmbedder</token> | 6 <token name="@EXECUTABLE@">QCEmbedder</token> |
8 <import>macros.xml</import> | 7 <import>macros.xml</import> |
9 </macros> | 8 </macros> |
10 <expand macro="requirements"/> | 9 <expand macro="requirements"/> |
14 #import re | 13 #import re |
15 | 14 |
16 ## Preprocessing | 15 ## Preprocessing |
17 #if $in: | 16 #if $in: |
18 mkdir in && | 17 mkdir in && |
19 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && | 18 cp '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && |
20 #end if | 19 #end if |
21 #if $run: | 20 #if $run: |
22 mkdir run && | 21 mkdir run && |
23 ln -s '$run' 'run/${re.sub("[^\w\-_]", "_", $run.element_identifier)}.$gxy2omsext($run.ext)' && | 22 cp '$run' 'run/${re.sub("[^\w\-_]", "_", $run.element_identifier)}.$gxy2omsext($run.ext)' && |
24 #end if | 23 #end if |
25 #if $plot: | 24 #if $plot: |
26 mkdir plot && | 25 mkdir plot && |
27 ln -s '$plot' 'plot/${re.sub("[^\w\-_]", "_", $plot.element_identifier)}.$gxy2omsext($plot.ext)' && | 26 cp '$plot' 'plot/${re.sub("[^\w\-_]", "_", $plot.element_identifier)}.$gxy2omsext($plot.ext)' && |
28 #end if | 27 #end if |
29 #if $table: | 28 #if $table: |
30 mkdir table && | 29 mkdir table && |
31 ln -s '$table' 'table/${re.sub("[^\w\-_]", "_", $table.element_identifier)}.$gxy2omsext($table.ext)' && | 30 cp '$table' 'table/${re.sub("[^\w\-_]", "_", $table.element_identifier)}.$gxy2omsext($table.ext)' && |
32 #end if | 31 #end if |
33 mkdir out && | 32 mkdir out && |
34 | 33 |
35 ## Main program call | 34 ## Main program call |
36 | 35 |
69 <inputs> | 68 <inputs> |
70 <param argument="-in" type="data" format="qcml" optional="true" label="Input qcml file" help=" select qcml data sets(s)"/> | 69 <param argument="-in" type="data" format="qcml" optional="true" label="Input qcml file" help=" select qcml data sets(s)"/> |
71 <param argument="-qp_att_acc" type="text" optional="true" value="" label="Defines the qp cv accession of the qp to which the table/image is attached" help=""> | 70 <param argument="-qp_att_acc" type="text" optional="true" value="" label="Defines the qp cv accession of the qp to which the table/image is attached" help=""> |
72 <expand macro="list_string_san" name="qp_att_acc"/> | 71 <expand macro="list_string_san" name="qp_att_acc"/> |
73 </param> | 72 </param> |
74 <param argument="-cv_acc" type="text" optional="false" value="" label="Defines the cv accession of the attachment" help=""> | 73 <param argument="-cv_acc" type="text" value="" label="Defines the cv accession of the attachment" help=""> |
75 <expand macro="list_string_san" name="cv_acc"/> | 74 <expand macro="list_string_san" name="cv_acc"/> |
76 </param> | 75 </param> |
77 <param argument="-run" type="data" format="mzml" optional="true" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="The file is only used to extract the run name from the file name select mzml data sets(s)"/> | 76 <param argument="-run" type="data" format="mzml" optional="true" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="The file is only used to extract the run name from the file name select mzml data sets(s)"/> |
78 <param argument="-name" type="text" optional="true" value="" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help=""> | 77 <param argument="-name" type="text" optional="true" value="" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help=""> |
79 <expand macro="list_string_san" name="name"/> | 78 <expand macro="list_string_san" name="name"/> |
80 </param> | 79 </param> |
81 <param argument="-plot" type="data" format="png" optional="true" label="If a plot image is to be attached to a qp, this has to be specified here" help=" select png data sets(s)"/> | 80 <param argument="-plot" type="data" format="png" optional="true" label="If a plot image is to be attached to a qp, this has to be specified here" help=" select png data sets(s)"/> |
82 <param argument="-table" type="data" format="csv" optional="true" label="If a table is to be attached to a qp, this has to be specified here" help=" select csv data sets(s)"/> | 81 <param argument="-table" type="data" format="csv" optional="true" label="If a table is to be attached to a qp, this has to be specified here" help=" select csv data sets(s)"/> |
83 <expand macro="adv_opts_macro"> | 82 <expand macro="adv_opts_macro"> |
84 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 83 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
85 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 84 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true"> |
86 <expand macro="list_string_san" name="test"/> | 85 <expand macro="list_string_san" name="test"/> |
87 </param> | 86 </param> |
88 </expand> | 87 </expand> |
89 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 88 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
90 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 89 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
94 <data name="out" label="${tool.name} on ${on_string}: out" format="qcml"/> | 93 <data name="out" label="${tool.name} on ${on_string}: out" format="qcml"/> |
95 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 94 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
96 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 95 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
97 </data> | 96 </data> |
98 </outputs> | 97 </outputs> |
99 <tests><!--TODO--> | 98 <tests> |
100 </tests> | 99 <!--TODO--> |
100 </tests> | |
101 <help><![CDATA[Attaches a table or an image to a given qc parameter. | 101 <help><![CDATA[Attaches a table or an image to a given qc parameter. |
102 | 102 |
103 | 103 |
104 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_QCEmbedder.html]]></help> | 104 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_QCEmbedder.html]]></help> |
105 <expand macro="references"/> | 105 <expand macro="references"/> |
106 </tool> | 106 </tool> |