comparison tool_dependencies.xml @ 1:cdf92d5af7a4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gemini_0_18_0 commit 0568344062d931c58be6a017998cfb22e702a94e-dirty
author rnateam
date Wed, 09 Dec 2015 10:35:00 -0500
parents 43b3ddd89296
children
comparison
equal deleted inserted replaced
0:43b3ddd89296 1:cdf92d5af7a4
5 <actions> 5 <actions>
6 <!-- first action is always downloading --> 6 <!-- first action is always downloading -->
7 <action type="download_file">https://raw.githubusercontent.com/arq5x/gemini/59d227a5edf57da03ac77419f07e0e2b806f00c7/gemini/scripts/gemini_install.py</action> 7 <action type="download_file">https://raw.githubusercontent.com/arq5x/gemini/59d227a5edf57da03ac77419f07e0e2b806f00c7/gemini/scripts/gemini_install.py</action>
8 8
9 <action type="shell_command"> 9 <action type="shell_command">
10 python gemini_install.py $INSTALL_DIR $INSTALL_DIR 10 python gemini_install.py $INSTALL_DIR $INSTALL_DIR --nodata
11 </action> 11 </action>
12 12
13 <action type="set_environment"> 13 <action type="set_environment">
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable> 14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable>
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable> 15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable>