You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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://github.com/veg/hyphy-analyses/blob/master/README.md
Hi I installed hyphy-analyses per the instructions like so:
module load gcc openmpi
git clone https://github.com/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.
The text was updated successfully, but these errors were encountered: