Repository 'package_gemini_0_18_1'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_gemini_0_18_1

Changeset 1:49de32b47548 (2016-02-18)
Previous changeset 0:be869e11582f (2016-02-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gemini_0_18_1 commit 08d911cd6eeeb0520348313cb29c9eff83c4c573
modified:
tool_dependencies.xml
b
diff -r be869e11582f -r 49de32b47548 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Feb 18 08:48:43 2016 -0500
+++ b/tool_dependencies.xml Thu Feb 18 10:31:28 2016 -0500
b
@@ -7,7 +7,7 @@
         <install version="1.0">
             <actions>
                 <!-- first action is always downloading -->
-                <action sha256sum="1d3d3b9d47555e1f62c1a870d8fd2ecbfc0bed25910cab31af5b585db3144a68" type="download_file">https://github.com/arq5x/gemini/archive/v0.18.1.tar.gz</action>
+                <action sha256sum="1d3d3b9d47555e1f62c1a870d8fd2ecbfc0bed25910cab31af5b585db3144a68" type="download_by_url">https://github.com/arq5x/gemini/archive/v0.18.1.tar.gz</action>
 
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
@@ -17,7 +17,11 @@
                 </action>
 
                 <action type="shell_command">
-                    export HOME=$INSTALL_DIR &amp;&amp; python gemini_install.py $INSTALL_DIR $INSTALL_DIR --nodata --gemini-version 0.18.1
+                    sed -i.bak -e 's/^gemini=0.18.1=py27_7/gemini=0.18.1=py27_2/g' ./versioning/0.18.1/requirements_conda.txt
+                </action>
+
+                <action type="shell_command">
+                    export HOME=$INSTALL_DIR &amp;&amp; python ./gemini/scripts/gemini_install.py $INSTALL_DIR $INSTALL_DIR --nodata --gemini-version 0.18.1
                 </action>
 
                 <action type="set_environment">