view README @ 1:6962544aa394

Uploaded
author david-hoover
date Tue, 28 Feb 2012 12:25:07 -0500
parents
children
line wrap: on
line source

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