# HG changeset patch # User iuc # Date 1445022465 14400 # Node ID 04996d8b858717e33f22972f5210b27f24eff35a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sailfish_0_7_6 commit da2c0649c11ed0d54c1de8d345be95882717bd1a-dirty diff -r 000000000000 -r 04996d8b8587 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Oct 16 15:07:45 2015 -0400 @@ -0,0 +1,58 @@ + + + + + + + https://github.com/kingsfordgroup/sailfish/releases/download/v0.7.6/SailfishBeta-0.7.6_Linux-x86-64.tar.gz + + . + $INSTALL_DIR + + + + https://github.com/kingsfordgroup/sailfish/releases/download/v0.7.6/SailfishBeta-0.7.6_OSX_10.10.tar.gz + + . + $INSTALL_DIR + + + + + https://github.com/kingsfordgroup/sailfish/archive/v0.7.6.tar.gz + + + + + + + + + + + + + + + + + + + mkdir build && + cd build && + cmake .. -DBOOST_ROOT=$BOOST_ROOT_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR + cd ./build && make + cd ./build && make install + + $ENV[BOOST_ROOT_DIR]/lib/ + + + + $INSTALL_DIR/lib/ + $INSTALL_DIR/bin + + + + Compiling sailfish requires a C++11 compiler (usually gcc). + +