Mercurial > repos > bgruening > package_eden_1_1
changeset 2:d4fe1fba27d7 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 28 Oct 2013 09:06:58 -0400 |
parents | 72cb793d5fbb |
children | 25d3b2b5b677 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Oct 22 10:47:12 2013 -0400 +++ b/tool_dependencies.xml Mon Oct 28 09:06:58 2013 -0400 @@ -22,7 +22,13 @@ <source>EDeN</source> <destination>$INSTALL_DIR/bin/</destination> </action> - + <action type="move_file"> + <source>fasta2shrep_gspan.pl</source> + <destination>$INSTALL_DIR/bin/</destination> + </action> + <action type="chmod"> + <file mode="755">$INSTALL_DIR/bin/fasta2shrep_gspan.pl</file> + <action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[BOOST_ROOT_DIR]/lib/</environment_variable>