Repository 'xcms_xcmsset'
hg clone https://toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_xcmsset

Changeset 9:5590b80e6e13 (2016-07-04)
Previous changeset 8:53923784176c (2016-07-04) Next changeset 10:69eb0fc05837 (2016-07-06)
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2aff6f6ced8185ed35371d7ad637e5a44f8a250c
modified:
macros.xml
b
diff -r 53923784176c -r 5590b80e6e13 macros.xml
--- a/macros.xml Mon Jul 04 08:45:48 2016 -0400
+++ b/macros.xml Mon Jul 04 11:54:47 2016 -0400
b
@@ -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>