Mercurial > repos > lecorguille > camera_annotate
comparison macros.xml @ 11:fc1fa0c70378 draft
planemo upload commit f8a14a5bfd1843dc3f65b3f713c35dd62bf6996a-dirty
author | lecorguille |
---|---|
date | Mon, 04 Jul 2016 11:57:03 -0400 |
parents | 8dd6f0ffa763 |
children | 9c037181588e |
comparison
equal
deleted
inserted
replaced
10:8dd6f0ffa763 | 11:fc1fa0c70378 |
---|---|
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 --> | 24 <!-- zipfile load for planemo test --> |
25 <token name="@COMMAND_ZIPFILE_LOAD@"> | 25 <token name="@COMMAND_ZIPFILE_LOAD@"> |
26 #if $zipfile_load_conditional.zip_file: | 26 #if $zipfile_load_conditional.zipfile_load_select == "yes": |
27 zipfile $zipfile_load_conditional.zip_file | 27 #if $zipfile_load_conditional.zip_file: |
28 #end if | 28 zipfile $zipfile_load_conditional.zip_file |
29 #end if | |
30 #end if | |
29 </token> | 31 </token> |
30 <xml name="zipfile_load"> | 32 <xml name="zipfile_load"> |
31 <conditional name="zipfile_load_conditional"> | 33 <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." > | 34 <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> | 35 <option value="no" >no need</option> |