Skip to content
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

Unable to reconstruct phylogenetic trees using Beast #1

Open
nieyuan1027 opened this issue Jun 9, 2021 · 2 comments
Open

Unable to reconstruct phylogenetic trees using Beast #1

nieyuan1027 opened this issue Jun 9, 2021 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@nieyuan1027
Copy link

nieyuan1027 commented Jun 9, 2021

Hi
I am trying to reconstruct phylogenetics using BEAST2 on linux. The code and data comes from 'run_wang2021.r'. Now,I am getting this error:
1623226851

The test code is as follows:
beasts(
patient_fasta,
template = file.path("/Public/Script/shouhou/phyloRNA/phyloRNAanalysis-master/templates", "BDStrictOrdinal.xml"),
outdir = file.path(outdir, patient, "BI")
)
I'm wondering if there are some packages I have not installed.

Thanks for your help.
Best,
Nie Yuan

@J-Moravec J-Moravec added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 10, 2021
@J-Moravec J-Moravec self-assigned this Jun 10, 2021
@J-Moravec
Copy link
Member

Hi Nie,
looks like you are missing some BEAST packages, specifically the MM package that contains the ordinal model.

Please, type (if you are on Linux and have BEAST2 installed):

packagemanager -add MM

That should download the MM package and its dependencies.

You can also do this through GUI in Beauti.
https://beast2.blogs.auckland.ac.nz/managing-packages/

@nieyuan1027
Copy link
Author

@J-Moravec,Thanks for the hint!
The problem solved after installing the MM package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants