changeset 17:64fb820146f5 draft

planemo upload commit f8a14a5bfd1843dc3f65b3f713c35dd62bf6996a-dirty
author lecorguille
date Mon, 04 Jul 2016 11:57:04 -0400
parents af2d29943e97
children 85b8351ded6c
files macros.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Jul 04 08:50:10 2016 -0400
+++ b/macros.xml	Mon Jul 04 11:57:04 2016 -0400
@@ -23,9 +23,11 @@
     
     <!-- zipfile load for planemo test -->
     <token name="@COMMAND_ZIPFILE_LOAD@">
-        #if $zipfile_load_conditional.zip_file:
-        zipfile $zipfile_load_conditional.zip_file
-        #end if
+        #if $zipfile_load_conditional.zipfile_load_select == "yes":
+            #if $zipfile_load_conditional.zip_file:
+                zipfile $zipfile_load_conditional.zip_file
+            #end if
+        #end if    
     </token>
     <xml name="zipfile_load">
         <conditional name="zipfile_load_conditional">