changeset 5:fc576e3c1a92 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2aff6f6ced8185ed35371d7ad637e5a44f8a250c
author lecorguille
date Mon, 04 Jul 2016 11:55:17 -0400
parents ac93ed26e4e1
children 123824c7eaa8
files macros.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Jul 04 08:46:17 2016 -0400
+++ b/macros.xml	Mon Jul 04 11:55:17 2016 -0400
@@ -29,8 +29,10 @@
     <!-- zipfile load for planemo test -->
 
     <token name="@COMMAND_ZIPFILE_LOAD@">
-        #if $zipfile_load_conditional.zip_file:
-            zipfile $zipfile_load_conditional.zip_file
+        #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>