# HG changeset patch # User iuc # Date 1432061954 14400 # Node ID 972185ceaddce564ab3eb32e5202546ec11ea116 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 972185ceaddc tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 14:59:14 2015 -0400 @@ -0,0 +1,32 @@ + + + + + + git clone --recursive https://github.com/cjlin1/libsvm.git + git reset --hard 041496b61214aff1beba02c8f2957e80bd90c234 + make + + svm-train + $INSTALL_DIR/bin + + + svm-scale + $INSTALL_DIR/bin + + + svm-predict + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + + Compiling libsvm. Required is a C++ compiler (typically g++). + svm-train, svm-scale and svm-predict will be available in $PATH. + + + +