Mercurial > repos > galaxyp > openms_qcshrinker
comparison QCShrinker.xml @ 14:047c8ea82162 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:29:23 +0000 |
parents | a4b5b3c5df07 |
children |
comparison
equal
deleted
inserted
replaced
13:a4b5b3c5df07 | 14:047c8ea82162 |
---|---|
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="QCShrinker" name="QCShrinker" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 3 <tool id="QCShrinker" name="QCShrinker" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
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> | 4 <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> | 5 <macros> |
7 <token name="@EXECUTABLE@">QCShrinker</token> | 6 <token name="@EXECUTABLE@">QCShrinker</token> |
8 <import>macros.xml</import> | 7 <import>macros.xml</import> |
9 </macros> | 8 </macros> |
10 <expand macro="requirements"/> | 9 <expand macro="requirements"/> |
13 @EXT_FOO@ | 12 @EXT_FOO@ |
14 #import re | 13 #import re |
15 | 14 |
16 ## Preprocessing | 15 ## Preprocessing |
17 mkdir in && | 16 mkdir in && |
18 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && | 17 cp '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && |
19 #if $run: | 18 #if $run: |
20 mkdir run && | 19 mkdir run && |
21 ln -s '$run' 'run/${re.sub("[^\w\-_]", "_", $run.element_identifier)}.$gxy2omsext($run.ext)' && | 20 cp '$run' 'run/${re.sub("[^\w\-_]", "_", $run.element_identifier)}.$gxy2omsext($run.ext)' && |
22 #end if | 21 #end if |
23 mkdir out && | 22 mkdir out && |
24 | 23 |
25 ## Main program call | 24 ## Main program call |
26 | 25 |
45 <configfiles> | 44 <configfiles> |
46 <inputs name="args_json" data_style="paths"/> | 45 <inputs name="args_json" data_style="paths"/> |
47 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 46 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
48 </configfiles> | 47 </configfiles> |
49 <inputs> | 48 <inputs> |
50 <param argument="-in" type="data" format="qcml" optional="false" label="Input qcml file" help=" select qcml data sets(s)"/> | 49 <param argument="-in" type="data" format="qcml" label="Input qcml file" help=" select qcml data sets(s)"/> |
51 <param argument="-qp_accessions" type="text" optional="true" value="" label="A list of cv accessions that should be removed" help="If empty, the usual suspects will be removed! (space separated list, in order to allow for spaces in list items surround them by single quotes)"> | 50 <param argument="-qp_accessions" type="text" optional="true" value="" label="A list of cv accessions that should be removed" help="If empty, the usual suspects will be removed! (space separated list, in order to allow for spaces in list items surround them by single quotes)"> |
52 <expand macro="list_string_val" name="qp_accessions"/> | 51 <expand macro="list_string_val" name="qp_accessions"/> |
53 <expand macro="list_string_san" name="qp_accessions"/> | 52 <expand macro="list_string_san" name="qp_accessions"/> |
54 </param> | 53 </param> |
55 <param argument="-name" type="text" optional="true" value="" label="The name of the target run or set that contains the requested quality paramete" help=""> | 54 <param argument="-name" type="text" optional="true" value="" label="The name of the target run or set that contains the requested quality paramete" help=""> |
56 <expand macro="list_string_san" name="name"/> | 55 <expand macro="list_string_san" name="name"/> |
57 </param> | 56 </param> |
58 <param argument="-run" type="data" format="mzml" optional="true" label="The file from which the name of the target run that contains the requested quality parameter is taken" help="This overrides the name parameter! select mzml data sets(s)"/> | 57 <param argument="-run" type="data" format="mzml" optional="true" label="The file from which the name of the target run that contains the requested quality parameter is taken" help="This overrides the name parameter! select mzml data sets(s)"/> |
59 <expand macro="adv_opts_macro"> | 58 <expand macro="adv_opts_macro"> |
60 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 59 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
61 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 60 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true"> |
62 <expand macro="list_string_san" name="test"/> | 61 <expand macro="list_string_san" name="test"/> |
63 </param> | 62 </param> |
64 </expand> | 63 </expand> |
65 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 64 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
66 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 65 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
70 <data name="out" label="${tool.name} on ${on_string}: out" format="qcml"/> | 69 <data name="out" label="${tool.name} on ${on_string}: out" format="qcml"/> |
71 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 70 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
72 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 71 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
73 </data> | 72 </data> |
74 </outputs> | 73 </outputs> |
75 <tests><test expect_num_outputs="1"><!-- just using an output of QCCalculator as input --> | 74 <tests> |
76 <param name="adv_opts|test" value="true"/> | 75 <test expect_num_outputs="1"> |
77 <param name="in" ftype="qcml" value="QCCalculator1.qcML"/> | 76 <!-- just using an output of QCCalculator as input --> |
78 <output name="out" ftype="qcml" value="QCShrinker.qcML"/> | 77 <param name="adv_opts|test" value="true"/> |
79 </test> | 78 <param name="in" ftype="qcml" value="QCCalculator1.qcML"/> |
80 </tests> | 79 <output name="out" ftype="qcml" value="QCShrinker.qcML"/> |
80 </test> | |
81 </tests> | |
81 <help><![CDATA[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. | 82 <help><![CDATA[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. |
82 | 83 |
83 | 84 |
84 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_QCShrinker.html]]></help> | 85 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_QCShrinker.html]]></help> |
85 <expand macro="references"/> | 86 <expand macro="references"/> |
86 </tool> | 87 </tool> |