Mercurial > repos > jasonk > package_metavelvet_sl_1_0
changeset 6:f48a68e4ad50 draft
Uploaded
author | jasonk |
---|---|
date | Wed, 18 Jan 2017 01:48:21 -0500 |
parents | 7f26c8ea8c54 |
children | 3c7c9eccd745 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 18 01:37:10 2017 -0500 +++ b/tool_dependencies.xml Wed Jan 18 01:48:21 2017 -0500 @@ -7,11 +7,11 @@ <action type="shell_command">make MAXKMERLENGTH=128 CATEGORIES=3</action> <action type="move_file"> <source>meta-velvete</source> - <destination>$INSTALL_DIR</destination> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>meta-velvetg</source> - <destination>$INSTALL_DIR</destination> + <destination>$INSTALL_DIR/bin</destination> </action> </actions> @@ -21,24 +21,23 @@ <action type="shell_command">make</action> <action type="move_file"> <source>svm-predict</source> - <destination>$INSTALL_DIR</destination> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>svm-train</source> - <destination>$INSTALL_DIR</destination> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>svm-scale</source> - <destination>$INSTALL_DIR</destination> + <destination>$INSTALL_DIR/bin</destination> </action> </actions> <actions> <action type="download_by_url">http://metavelvet.dna.bio.keio.ac.jp/srcSL/LearningModelFeatures.tar.gz</action> - <action type="change_directory">LearningModelFeatures</action> - <action type="move_file"> - <source>*</source> + <action type="move_directory_file"> + <source>LearningModelFeatures</source> <destination>$INSTALL_DIR</destination> </action> </actions>