view README @ 9:8d6bf2bd8932 draft default tip

Uploaded
author david-hoover
date Tue, 13 May 2014 15:25:51 -0400
parents e5a905df7e0b
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.