Mercurial > repos > iuc > package_gemini_0_18_1
diff tool_dependencies.xml @ 1:4afa532941cb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gemini_0_18_1 commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
| author | iuc |
|---|---|
| date | Tue, 29 Dec 2015 10:17:17 -0500 |
| parents | 31c030cae31b |
| children | b90d6db50590 |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Dec 27 17:27:44 2015 -0500 +++ b/tool_dependencies.xml Tue Dec 29 10:17:17 2015 -0500 @@ -3,11 +3,11 @@ <package name="zlib" version="1.2.8"> <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> - <package name="gemini" version="0.18.0"> + <package name="gemini" version="0.18.1"> <install version="1.0"> <actions> <!-- first action is always downloading --> - <action type="download_file">https://raw.githubusercontent.com/arq5x/gemini/v0.18.0/gemini/scripts/gemini_install.py</action> + <action type="download_file">https://raw.githubusercontent.com/arq5x/gemini/edf6dbaff3664cabf3043d6eb4db3aa7788b1572/gemini/scripts/gemini_install.py</action> <!-- populate the environment variables from the dependend repos --> <action type="set_environment_for_install"> @@ -21,8 +21,7 @@ </action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="HOME">.</environment_variable> </action> </actions>
