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

Changeset 9:dd39df431b73 (2016-07-04)
Previous changeset 8:beb4446e6000 (2016-07-04) Next changeset 10:420f42a57916 (2016-07-06)
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2aff6f6ced8185ed35371d7ad637e5a44f8a250c
modified:
macros.xml
b
diff -r beb4446e6000 -r dd39df431b73 macros.xml
--- a/macros.xml Mon Jul 04 08:47:02 2016 -0400
+++ b/macros.xml Mon Jul 04 11:55: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>