changeset 0:ba145f5a7760 draft

planemo upload commit 1110117e9b07da7913ea4480566a00d1bb373531-dirty
author engineson
date Fri, 27 May 2016 06:18:51 -0400
parents
children 68eebe70b537
files tool_dependencies.xml
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri May 27 06:18:51 2016 -0400
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="libpng" version="1.6.7">
+        <repository changeset_revision="588666932a32" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="freetype" version="2.5.2">
+        <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>    
+    <package name="multiqc" version="0.6">
+        <install version="1.0">
+            <actions>
+                <action sha256sum="3a3d6bf5c18e77f9a96cb9a7825fc44160c1c69fabf8a3c6d9ff1af7c0803b1a" type="download_by_url">https://github.com/ewels/MultiQC/archive/v0.6.zip</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="freetype" version="2.5.2" />
+                    </repository>
+                    <repository changeset_revision="588666932a32" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="libpng" version="1.6.7" />
+                    </repository>
+                </action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="shell_command">
+                    export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
+                    python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Installation of multiqc version 0.6 - required for install : pkg-config
+        </readme>
+    </package>
+</tool_dependency>