changeset 5:f4d86e60a88f draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
author yhoogstrate
date Thu, 19 May 2016 05:00:26 -0400
parents e3ef4c5b6f19
children 07eb49b16277
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu May 19 03:48:01 2016 -0400
+++ b/tool_dependencies.xml	Thu May 19 05:00:26 2016 -0400
@@ -51,6 +51,20 @@
                     make check                                                              &&
                     make install
                 </action>
+            </actions>
+        </install>
+        <readme>
+            Installation of segmentation-fold requires:
+             - libboost                     (via toolshed)
+             - CMake                        (via toolshed)
+             - c++11 compliant compiler: g++ or clang
+        </readme>
+    </package>
+    
+    <package name="segmentation-fold-utils" version="2.0.0">
+        <install version="1.0">
+            <actions>
+                <action sha256sum="f7dfbc70313aa2502dd35692f33bf06ef32c17594a526ea054cf369837aad794" type="download_by_url">https://github.com/yhoogstrate/segmentation-fold/archive/3cce35ab2265caf186c492764afb5a71ae55d80d.tar.gz</action>
                 
                 <!-- Also install the python utils -->
                 <action type="set_environment_for_install">
@@ -87,11 +101,10 @@
             </actions>
         </install>
         <readme>
-            Installation of segmentation-fold requires:
-             - libboost                     (via toolshed)
-             - CMake                        (via toolshed)
-             - Python (for energy utils)    (via toolshed)
-             - c++11 compliant compiler: g++ or clang
+            Installation of segmentation-fold-utils requires:
+             - Python                       (via toolshed)
+             - numpy                        (via toolshed)
+             - pysam                        (via toolshed)
         </readme>
     </package>
 </tool_dependency>