annotate macros.xml @ 10:57f180a8eaae draft default tip

planemo upload for repository https://github.com/rietho/IPO commit d25c744220e416cce158161fa7dc3b0f153a5c11
author workflow4metabolomics
date Mon, 11 Sep 2023 22:36:51 +0000
parents 364756ea5f42
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
1 <?xml version="1.0"?>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
2 <macros>
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
3 <token name="@TOOL_VERSION@">1.10.0</token>
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
4 <xml name="requirements">
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
5 <requirements>
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
6 <requirement type="package" version="@TOOL_VERSION@">bioconductor-ipo</requirement>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
7 <requirement type="package" version="1.1_5">r-batch</requirement>
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
8 </requirements>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
9 </xml>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
10
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
11 <token name="@COMMAND_NSLAVES@"><![CDATA[
6
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
12 nSlaves \${GALAXY_SLOTS:-1}
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
13 ]]></token>
6
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
14
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
15 <!-- zipfile load for planemo test -->
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
16
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
17 <token name="@ESCAPE_IDENTIFIER@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($single_file.element_identifier))]]></token>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
18 <token name="@COMMAND_FILE_LOAD@"><![CDATA[
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
19 #import re
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
20 #if $file_load_section.file_load_conditional.file_load_select == "yes":
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
21 #set singlefile_galaxyPath = '|'.join( [ str( $single_file ) for $single_file in $file_load_section.file_load_conditional.input ] )
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
22 #set singlefile_sampleName = '|'.join( ["%s" % re.sub('[^\s\w\-\.]', '_', str($single_file.element_identifier)) for single_file in $file_load_section.file_load_conditional.input ] )
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
23
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
24 singlefile_galaxyPath '$singlefile_galaxyPath' singlefile_sampleName '$singlefile_sampleName'
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
25 #end if
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
26 ]]></token>
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
27
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
28 <xml name="input_validator_range_integer">
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
29 <validator type="regex" message="Should be this format: XX or XX,YY">[0-9]+,?[0-9]*</validator>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
30 </xml>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
31
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
32 <xml name="input_validator_range_float">
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
33 <validator type="regex" message="Should be one combinaison of those format: XX, XX.YY, XX,YY or XX.XX,YY.YY">[0-9]+[\.]?[0-9]*,?[0-9]*[\.]?[0-9]*</validator>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
34 </xml>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
35
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
36 <xml name="input_validator_range_float_neg">
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
37 <validator type="regex" message="Should be one combinaison of those format: XX, XX.YY, XX,YY or -XX,YY or XX.XX,YY.YY">[\-]?[0-9]+[\.]?[0-9]*,?[\-]?[0-9]*[\.]?[0-9]*</validator>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
38 </xml>
6
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
39
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
40 <xml name="input_file_load">
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
41 <section name="file_load_section" title="Resubmit your raw dataset">
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
42 <conditional name="file_load_conditional">
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
43 <param name="file_load_select" type="select" label="Resubmit your dataset" help="Use only if you get a message which say that your original dataset have been deleted on the server." >
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
44 <option value="no" >no need</option>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
45 <option value="yes" >yes</option>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
46 </param>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
47 <when value="no">
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
48 </when>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
49 <when value="yes">
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
50 <param name="input" type="data" format="mzxml,mzml,mzdata,netcdf" multiple="true" label="File(s) from your history containing your chromatograms" help="Single file mode for the format: mzxml, mzml, mzdata and netcdf. Zip file mode for the format: no_unzip.zip, zip. See the help section below." />
7
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
51 </when>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
52 </conditional>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
53 </section>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
54 </xml>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
55
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
56 <xml name="test_file_load_single">
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
57 <section name="file_load_section">
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
58 <conditional name="file_load_conditional">
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
59 <param name="file_load_select" value="yes" />
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
60 <param name="input" value="wt15.CDF,ko16.CDF,ko15.CDF,wt16.CDF" ftype="netcdf" />
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
61 </conditional>
dd0a593dded1 planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
lecorguille
parents: 6
diff changeset
62 </section>
6
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
63 </xml>
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
64
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
65 <token name="@HELP_AUTHORS@"><![CDATA[
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
66 .. class:: infomark
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
67
6
03fdfbd914ab planemo upload commit 8dfb0b11442ccce78165b5d8f07555ccbd303cce
lecorguille
parents: 4
diff changeset
68 **Authors** Gunnar Libiseller, Michaela Dvorzak, Ulrike Kleb, Edgar Gander, Tobias Eisenberg, Frank Madeo, Steffen Neumann, Gert Trausinger, Frank Sinner, Thomas Pieber and Christoph Magnes
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
69
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
70 .. class:: infomark
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
71
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
72 **Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station biologique de Roscoff and Yann Guitton yann.guitton@oniris-nantes.fr - part of Workflow4Metabolomics.org [W4M]
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
73
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
74 | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool.
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
75
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
76 ---------------------------------------------------
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
77
9
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
78 ]]></token>
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
79 <token name="@HELP_NEWVERSION_1_10_0_0@"><![CDATA[
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
80 **Version 1.10.0+galaxy0 - 03/09/2019**
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
81
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
82 - NEW: new versions of the IPO wrappers based on IPO-1.10.0
364756ea5f42 "planemo upload for repository https://github.com/rietho/IPO commit 5083f3b5800bdd8515519f2f6398046b41e1df97"
workflow4metabolomics
parents: 8
diff changeset
83 ]]></token>
0
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
84
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
85
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
86 <xml name="citation">
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
87 <citations>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
88 <citation type="doi">10.1186/s12859-015-0562-8</citation>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
89 <citation type="doi">10.1093/bioinformatics/btu813</citation>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
90 </citations>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
91 </xml>
b2032600d98f planemo upload commit ddb46a9ade365cbe01b3ff9f50dffa0140136632
lecorguille
parents:
diff changeset
92 </macros>