comparison macros.xml @ 16:5f61570177e2 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
author lecorguille
date Sun, 05 Feb 2017 08:57:59 -0500
parents 1c78d61fd646
children 65dc5e8b53f7
comparison
equal deleted inserted replaced
15:1c78d61fd646 16:5f61570177e2
3 <xml name="requirements"> 3 <xml name="requirements">
4 <requirements> 4 <requirements>
5 <requirement type="package" version="0.4_1">r-snow</requirement> 5 <requirement type="package" version="0.4_1">r-snow</requirement>
6 <requirement type="package" version="1.46.0">bioconductor-xcms</requirement> 6 <requirement type="package" version="1.46.0">bioconductor-xcms</requirement>
7 <requirement type="package" version="1.1_4">r-batch</requirement> 7 <requirement type="package" version="1.1_4">r-batch</requirement>
8 </requirements>
9 </xml>
10 <xml name="requirements_light">
11 <requirements>
12 <requirement type="package" version="1.46.0">bioconductor-xcms</requirement>
8 </requirements> 13 </requirements>
9 </xml> 14 </xml>
10 <xml name="stdio"> 15 <xml name="stdio">
11 <stdio> 16 <stdio>
12 <exit_code range="1" level="fatal" /> 17 <exit_code range="1" level="fatal" />
25 sh -c "exit \$return" 30 sh -c "exit \$return"
26 </token> 31 </token>
27 32
28 <!-- zipfile load for planemo test --> 33 <!-- zipfile load for planemo test -->
29 34
30 <token name="@COMMAND_ZIPFILE_LOAD@"> 35 <token name="@COMMAND_FILE_LOAD@">
31 #if $zipfile_load_conditional.zipfile_load_select == "yes": 36 #if $file_load_conditional.file_load_select == "yes":
32 #if $zipfile_load_conditional.zip_file: 37 #if $file_load_conditional.inputs.input == "zip_file":
33 zipfile $zipfile_load_conditional.zip_file 38 zipfile $file_load_conditional.inputs.zip_file
39 #else
40 #set singlefile_galaxyPath = ','.join( [ str( $single_file ) for $single_file in $file_load_conditional.inputs.single_file ] )
41 #set singlefile_sampleName = ','.join( [ str( $single_file.name ) for $single_file in $file_load_conditional.inputs.single_file ] )
42
43 singlefile_galaxyPath $singlefile_galaxyPath singlefile_sampleName $singlefile_sampleName
34 #end if 44 #end if
35 #end if 45 #end if
36 </token> 46 </token>
37 47
38 <xml name="zipfile_load"> 48 <xml name="file_load">
39 <conditional name="zipfile_load_conditional"> 49 <conditional name="file_load_conditional">
40 <param name="zipfile_load_select" type="select" label="Resubmit your zip file" help="Use only if you get a message which say that your original zip file have been deleted on the server." > 50 <param name="file_load_select" type="select" label="Resubmit your dataset or your zip file" help="Use only if you get a message which say that your original dataset or zip file have been deleted on the server." >
41 <option value="no" >no need</option> 51 <option value="no" >no need</option>
42 <option value="yes">yes</option> 52 <option value="yes" >yes</option>
43 </param> 53 </param>
44 <when value="no"> 54 <when value="no">
45 </when> 55 </when>
46 <when value="yes"> 56 <when value="yes">
47 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" /> 57 <conditional name="inputs">
58 <param name="input" type="select" label="Choose your inputs method" >
59 <option value="zip_file" selected="true">Zip file from your history containing your chromatograms</option>
60 <option value="single_file">A mzXML or netCDF file from your history</option>
61 </param>
62 <when value="zip_file">
63 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" />
64 </when>
65 <when value="single_file">
66 <param name="single_file" type="data" format="mzxml,netcdf" label="Single file" multiple="true"/>
67 </when>
68 </conditional>
48 </when> 69 </when>
49 </conditional> 70 </conditional>
50 </xml> 71 </xml>
51 72
52 73
53 74
54 <token name="@HELP_AUTHORS@"> 75 <token name="@HELP_AUTHORS@">
55 .. class:: infomark 76 .. class:: infomark
56 77
57 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu 78 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu
58 79
59 .. class:: infomark 80 .. class:: infomark
60 81
61 **Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station biologique de Roscoff and Yann Guitton yann.guitton@oniris-nantes.fr - part of Workflow4Metabolomics.org [W4M] 82 **Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station biologique de Roscoff and Yann Guitton yann.guitton@oniris-nantes.fr - part of Workflow4Metabolomics.org [W4M]
62 83