changeset 4:e3ef4c5b6f19 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
author yhoogstrate
date Thu, 19 May 2016 03:48:01 -0400
parents 1c7d6b167510
children f4d86e60a88f
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu May 19 03:29:32 2016 -0400
+++ b/tool_dependencies.xml	Thu May 19 03:48:01 2016 -0400
@@ -46,7 +46,10 @@
                 </action>
                 
                 <action type="shell_command">
-                    ls
+                    cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .  &amp;&amp;
+                    make                                                                    &amp;&amp;
+                    make check                                                              &amp;&amp;
+                    make install
                 </action>
                 
                 <!-- Also install the python utils -->