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

How to run pre-msa.bf #26

Open
NicMAlexandre opened this issue Dec 6, 2022 · 2 comments
Open

How to run pre-msa.bf #26

NicMAlexandre opened this issue Dec 6, 2022 · 2 comments

Comments

@NicMAlexandre
Copy link

Hi I installed hyphy-analyses per the instructions like so:

module load gcc openmpi
git clone https:/veg/hyphy.git hyphy-develop
cd hyphy-develop
git checkout develop
cmake -DZLIB_LIBRARY="/global/scratch/users/nalexandre/miniconda3/lib/libz.a" -DZLIB_INCLUDE_DIR="/global/scratch/users/nalexandre/miniconda3/lib/" ./
make -j MP
./HYPHYMP analysis-file --help

I am trying to figure out how to run pre-msa.bf, but I cannot find it in the directory following installation nor can I run the executable when I download it manually.

@spond
Copy link
Member

spond commented Dec 6, 2022

Dear @nicolasalexandre21,

The sequence above installs the HyPhy program and standard libraries. pre-msa is a part of standalone analyses (hyphy-analyses) that need to be installed separately. I just realized that the README there did not include this step.
I've updated it now: see https:/veg/hyphy-analyses/blob/master/README.md

Best,
Sergei

@NicMAlexandre
Copy link
Author

NicMAlexandre commented Dec 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants