Mercurial > repos > david-hoover > local_file_tools
diff README @ 0:c772c8912663
Uploaded
| author | david-hoover |
|---|---|
| date | Tue, 28 Feb 2012 12:36:45 -0500 |
| parents | |
| children | cbe8bdc3bdac |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Feb 28 12:36:45 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
