view README @ 7:e5a905df7e0b draft

Uploaded
author david-hoover
date Thu, 04 Oct 2012 14:48:02 -0400
parents cbe8bdc3bdac
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 cpx
 chgrp [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

Note that filepaths are restricted to /data/... and
/home/...  This can be changed by editing the code.