Mercurial > repos > lecorguille > camera_annotate
comparison macros.xml @ 10:8dd6f0ffa763 draft
planemo upload commit 62670148178273a855c42e85438ce731548ada48-dirty
author | lecorguille |
---|---|
date | Mon, 04 Jul 2016 08:52:04 -0400 |
parents | 7da9252dd983 |
children | fc1fa0c70378 |
comparison
equal
deleted
inserted
replaced
9:7da9252dd983 | 10:8dd6f0ffa763 |
---|---|
18 </xml> | 18 </xml> |
19 | 19 |
20 <token name="@COMMAND_CAMERA_SCRIPT@"> | 20 <token name="@COMMAND_CAMERA_SCRIPT@"> |
21 LANG=C Rscript $__tool_directory__/CAMERA.r | 21 LANG=C Rscript $__tool_directory__/CAMERA.r |
22 </token> | 22 </token> |
23 | 23 |
24 <!-- zipfile load for planemo test --> | |
25 <token name="@COMMAND_ZIPFILE_LOAD@"> | |
26 #if $zipfile_load_conditional.zip_file: | |
27 zipfile $zipfile_load_conditional.zip_file | |
28 #end if | |
29 </token> | |
30 <xml name="zipfile_load"> | |
31 <conditional name="zipfile_load_conditional"> | |
32 <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." > | |
33 <option value="no" >no need</option> | |
34 <option value="yes" selected="peakgroups">yes</option> | |
35 </param> | |
36 <when value="no"> | |
37 </when> | |
38 <when value="yes"> | |
39 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" /> | |
40 </when> | |
41 </conditional> | |
42 </xml> | |
43 | |
24 <token name="@HELP_AUTHORS@"> | 44 <token name="@HELP_AUTHORS@"> |
25 .. class:: infomark | 45 .. class:: infomark |
26 | 46 |
27 **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 | 47 **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 |
28 | 48 |