changeset 1:34af794144dc draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 621d8e0c53f26cf972775b9b53ab3ad0af1cf7b1-dirty
author yhoogstrate
date Wed, 02 Mar 2016 05:30:54 -0500
parents d5d88390d6cb
children c8495f2ee9bd
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Mar 01 06:59:47 2016 -0500
+++ b/tool_dependencies.xml	Wed Mar 02 05:30:54 2016 -0500
@@ -28,8 +28,8 @@
                 <action type="shell_command">
                     cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .  &amp;&amp;
                     make                                                                    &amp;&amp;
-                    make install                                                            &amp;&amp;
-                    make check
+                    make check                                                              &amp;&amp;
+                    make install
                 </action>
                 
                 <action type="set_environment">
@@ -42,7 +42,7 @@
             Installation of segmentation-fold requires:
              - libboost                     (via toolshed)
              - CMake                        (via toolshed)
-             - c++11 compiler: g++ or clang
+             - c++11 compliant compiler: g++ or clang
         </readme>
     </package>
 </tool_dependency>