changeset 1:6962544aa394

Uploaded
author david-hoover
date Tue, 28 Feb 2012 12:25:07 -0500
parents 544ad95f0e22
children 0b424b791e12
files README
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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