Previous changeset 4:ac93ed26e4e1 (2016-07-04) Next changeset 6:123824c7eaa8 (2016-07-06) |
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2aff6f6ced8185ed35371d7ad637e5a44f8a250c |
modified:
macros.xml |
b |
diff -r ac93ed26e4e1 -r fc576e3c1a92 macros.xml --- a/macros.xml Mon Jul 04 08:46:17 2016 -0400 +++ b/macros.xml Mon Jul 04 11:55:17 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> |