wyp1125 / MCScanX

MCScanX: Multiple Collinearity Scan toolkit X version. The most popular synteny analysis tool in the world!
http://chibba.pgml.uga.edu/mcscan2/
218 stars 60 forks source link

family_circle_plotter error: cannot find symbol #33

Closed ijeremy closed 3 years ago

ijeremy commented 3 years ago

I have not seen this answered elsewhere.

Hello, when I run family_circle_plotter I get this output error and I can't find information on the web to solve my problem. I would be greatful for any advice.

family_circle_plotter.java:303: error: cannot find symbol Cubic xSpline = new Cubic(Cubic.BEZIER, GX); ^ symbol: class Cubic

Am I missing a required library or something?

Thanks very much in advance

ijeremy commented 3 years ago

Ok. Do this before running the family_circle_plotter $ javac Cubic.java $ javac family_circle_plotter.java

ijeremy commented 3 years ago

easier: just go to that directory and make