CarineRey / pcoc

Convergent substitution detection tool based on the PCOC model
GNU General Public License v3.0
30 stars 16 forks source link

Is this software only work on system which has X server? #10

Closed xieduo7 closed 6 years ago

xieduo7 commented 6 years ago

Hi @CarineRey ,

I run the PCOC on a Linux system without graphic interface and I will get error when I run the command:

python /xieduo/software/pcoc/src/pcoc_num_tree.py -t Schenk.nw -o num_tree.pdf
ETE: cannot connect to X server

So my question is whether this software can only work on the system with graphic interface and it cannot operate successfully on my command-only Linux (centos 6.9)system.

Best, Duo

CarineRey commented 6 years ago

Hello, Yes, PCOC uses ETE which needs a X server for some functions but normally just for plot option. Regards, Carine

xieduo7 commented 6 years ago

Hi @CarineRey ,

I open a X sever on my PC and then the plot can work well , thank you!

Best, Duo