-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class (orc.consoperators.UcldScalerOperator) could not be found #1157
Comments
Perhaps something went wrong with the package installation: can you check that the file By the way, is there a reason not to use the packagemanager: |
Thanks for your help. It turns out to be the installation problem. I found that I encoutered an error with 'ant install' in ORC dir, and the error suggests that the build.xml in ORC dir needs another build.xml in ~/.beast/2.7/beast2/, but I do not have ~/.beast/2.7/beast2 dir. |
Perhaps there is some security software blocking internet access from programs downloaded from internet. Anyway, the best way to install a package by hand is to create a directory Since ORC depends on BEASTLabs, installing BEASTLabs ( Hope this helps. |
The two files you provided worked. Thank you very much. |
Hi,
I got the following error when I used BEAST2.
"""
Random number seed: 1719928016096
File: Alphainfluenzavirus_influenzae.xml seed: 1719928016096 threads: 25
Loading package BEAST.base v2.7.7 BEAST.app v2.7.7 BEASTLabs v2.0.2 ORC v1.2.0
Error 1017 parsing the xml input file
Class could not be found. Did you mean beast.base.evolution.operator.ScaleOperator?
Perhaps a package required for this class is not installed?
Error detected about here:
"""
I manually installed ORC (version 1.2.0) in ~/.beast/2.7/ (i.e. in ~/.beast/2.7/ORC directory). Can anyone help me to solve this problem?
Thank you.
The text was updated successfully, but these errors were encountered: