Gctf
Added by Harry Kao over 8 years ago
Hi, How do I add Gctf function to Appion? Gctf runs well on our workstation, and I would like to call it from Appion, the same way CTFFIND is being used. Thank you. -harry
Replies (1)
RE: Gctf - Added by Carl Negro over 8 years ago
Hi Harry,
GCTF is available on Appion's CTF Estimation Selection page in the latest trunk version. To make it visible, add the line
define('HIDE_GPU_FEATURE',false);to myamiweb/config.php. You will also have to modify line 93 of appion/bin/gctf.py so that
exename = "Gctf-v0.39_sm_30_cu5.0_x86_64"matches your version of GCTF, and that the executable is on your path.
Thanks,
Carl