# HG changeset patch # User david-hoover # Date 1330449907 18000 # Node ID 6962544aa3949af1e6e9d692ef5a15985b8eaed0 # Parent 544ad95f0e22eec14532e565741d2d4b1b7404d7 Uploaded diff -r 544ad95f0e22 -r 6962544aa394 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Feb 28 12:25:07 2012 -0500 @@ -0,0 +1,16 @@ +cpx and cpy will need to be compiled, + + gcc -o cpx cpx.c + +made setuid root, accessible only to the galaxy user, + + chown root.[galaxygroup] cpx + chmod 4770 cpx + +put somewhere that your galaxy user can find it, + + mv cpx /usr/local/galaxy/bin + +and added to your galaxy user PATH. + + export PATH=/usr/local/galaxy/bin:$PATH